#D1CA19

Color #D1CA19 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #D1CA19

Tints of Barberry #D1CA19

Color information

#D1CA19 (or 0xD1CA19) is unknown color: approx Barberry. HEX triplet: D1, CA and 19. RGB value is (209,202,25). Sum of RGB (Red+Green+Blue) = 209+202+25=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 25 (10.16% from 255 or 5.73% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CA19 is #2E35E6. Grayscale: #B8B8B8. Windows color (decimal): -3028455 or 1690321. OLE color: 1690321.

HSL color Cylindrical-coordinate representation of color #D1CA19: hue angle of 57.72º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1CA19 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB20920225-
CMYK00.030.880.18
HSL57.72º78.63%45.88%-
HSV(B)57.72º88.04%81.96%-
XYZ47.5955.879.19-
YUV183.9238.32145.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 47.94%
GREEN value IS 202 (79.30% from 255) = 46.33%
BLUE value IS 25 (10.16% from 255) = 5.73%
R=47.94%
G=46.33%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092022500.030.880.1857.7278.6345.88
HexD1CA190358123a4f2e
Octal3213123103130227211756
Binary1101000111001010110010111011000100101110101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CA19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CA19; }

 p { color: rgb(209,202,25); }

 H1.HeaderClassName
 {
   color: #D1CA19;
 }
 .AnyTagClassName
 {
   color: #D1CA19;
 }
</style>
background-color css

<style>
 a { background-color: #D1CA19; }

 a { background-color: rgb(209,202,25); }

 div.DivClassName
 {
   background-color: #D1CA19;
 }
 .BgClassName
 {
   background-color: #D1CA19;
 }
</style>
border-color css

<style>
 span { border-color: #D1CA19; }

 span { border-color: rgb(209,202,25); }

 td.TdClassName
 {
   border-color: #D1CA19;
 }
 .TagClassName
 {
   border-color: #D1CA19;
 }
</style>