#D1CA6F

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

Shades of Goldenrod #D1CA6F

Tints of Goldenrod #D1CA6F

Color information

#D1CA6F (or 0xD1CA6F) is unknown color: approx Goldenrod. HEX triplet: D1, CA and 6F. RGB value is (209,202,111). Sum of RGB (Red+Green+Blue) = 209+202+111=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 111 (43.75% from 255 or 21.26% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CA6F is #2E3590. Grayscale: #C2C2C2. Windows color (decimal): -3028369 or 7326417. OLE color: 7326417.

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

Color convert

RGB209202111-
CMYK00.030.470.18
HSL55.71º51.58%62.75%-
HSV(B)55.71º46.89%81.96%-
XYZ50.2856.9423.38-
YUV193.7281.32138.9-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.04%
GREEN value IS 202 (79.30% from 255) = 38.70%
BLUE value IS 111 (43.75% from 255) = 21.26%
R=40.04%
G=38.70%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920211100.030.470.1855.7151.5862.75
HexD1CA6F032F1238343f
Octal321312157035722706477
Binary1101000111001010110111101110111110010111000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CA6F; }

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

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

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

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

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

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

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

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