#D2DA6C

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

Shades of Goldenrod #D2DA6C

Tints of Goldenrod #D2DA6C

Color information

#D2DA6C (or 0xD2DA6C) is unknown color: approx Goldenrod. HEX triplet: D2, DA and 6C. RGB value is (210,218,108). Sum of RGB (Red+Green+Blue) = 210+218+108=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DA6C is #2D2593. Grayscale: #CBCBCB. Windows color (decimal): -2958740 or 7133906. OLE color: 7133906.

HSL color Cylindrical-coordinate representation of color #D2DA6C: hue angle of 64.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2DA6C is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB210218108-
CMYK0.0400.500.15
HSL64.36º59.78%63.92%-
HSV(B)64.36º50.46%85.49%-
XYZ54.3664.9323.85-
YUV203.0774.35132.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.18%
GREEN value IS 218 (85.55% from 255) = 40.67%
BLUE value IS 108 (42.58% from 255) = 20.15%
R=39.18%
G=40.67%
B=20.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102181080.0400.500.1564.3659.7863.92
HexD2DA6C4032F403c40
Octal32233215440621710074100
Binary110100101101101011011001000110010111110000001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DA6C; }

 p { color: rgb(210,218,108); }

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

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

 a { background-color: rgb(210,218,108); }

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

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

 span { border-color: rgb(210,218,108); }

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