#D1CD6A

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

Shades of Goldenrod #D1CD6A

Tints of Goldenrod #D1CD6A

Color information

#D1CD6A (or 0xD1CD6A) is unknown color: approx Goldenrod. HEX triplet: D1, CD and 6A. RGB value is (209,205,106). Sum of RGB (Red+Green+Blue) = 209+205+106=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CD6A is #2E3295. Grayscale: #C3C3C3. Windows color (decimal): -3027606 or 6999505. OLE color: 6999505.

HSL color Cylindrical-coordinate representation of color #D1CD6A: hue angle of 57.67º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1CD6A is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB209205106-
CMYK00.020.490.18
HSL57.67º52.82%61.76%-
HSV(B)57.67º49.28%81.96%-
XYZ50.7358.2622.21-
YUV194.9177.83138.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.19%
GREEN value IS 205 (80.47% from 255) = 39.42%
BLUE value IS 106 (41.80% from 255) = 20.38%
R=40.19%
G=39.42%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920510600.020.490.1857.6752.8261.76
HexD1CD6A0231123a353e
Octal321315152026122726576
Binary1101000111001101110101001011000110010111010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CD6A; }

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

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

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

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

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

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

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

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