#D1CA18

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

Shades of Barberry #D1CA18

Tints of Barberry #D1CA18

Color information

#D1CA18 (or 0xD1CA18) is unknown color: approx Barberry. HEX triplet: D1, CA and 18. RGB value is (209,202,24). Sum of RGB (Red+Green+Blue) = 209+202+24=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 24 (9.77% from 255 or 5.52% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CA18 is #2E35E7. Grayscale: #B8B8B8. Windows color (decimal): -3028456 or 1624785. OLE color: 1624785.

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

Color convert

RGB20920224-
CMYK00.030.890.18
HSL57.73º79.4%45.69%-
HSV(B)57.73º88.52%81.96%-
XYZ47.5855.869.14-
YUV183.837.82145.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.05%
GREEN value IS 202 (79.30% from 255) = 46.44%
BLUE value IS 24 (9.77% from 255) = 5.52%
R=48.05%
G=46.44%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092022400.030.890.1857.7379.445.69
HexD1CA180359123a4f2e
Octal3213123003131227211756
Binary1101000111001010110000111011001100101110101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CA18; }

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

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

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

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

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

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

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

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