#d1cd18

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

Shades of Barberry #D1CD18

Tints of Barberry #D1CD18

Color information

#D1CD18 (or 0xD1CD18) is unknown color: approx Barberry. HEX triplet: D1, CD and 18. RGB value is (209,205,24). Sum of RGB (Red+Green+Blue) = 209+205+24=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 24 (9.77% from 255 or 5.48% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CD18 is #2E32E7. Grayscale: #BABABA. Windows color (decimal): -3027688 or 1625553. OLE color: 1625553.

HSL color Cylindrical-coordinate representation of color #D1CD18: hue angle of 58.7º 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 #D1CD18 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB20920524-
CMYK00.020.890.18
HSL58.7º79.4%45.69%-
HSV(B)58.7º88.52%81.96%-
XYZ48.2957.289.38-
YUV185.5636.83144.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.72%
GREEN value IS 205 (80.47% from 255) = 46.80%
BLUE value IS 24 (9.77% from 255) = 5.48%
R=47.72%
G=46.80%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092052400.020.890.1858.779.445.69
HexD1CD180259123b4f2e
Octal3213153002131227311756
Binary1101000111001101110000101011001100101110111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1cd18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1cd18; }

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

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

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

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

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

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

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

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