#D2DA76

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

Shades of Goldenrod #D2DA76

Tints of Goldenrod #D2DA76

Color information

#D2DA76 (or 0xD2DA76) is unknown color: approx Goldenrod. HEX triplet: D2, DA and 76. RGB value is (210,218,118). Sum of RGB (Red+Green+Blue) = 210+218+118=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 118 (46.48% from 255 or 21.61% from 546); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DA76 is #2D2589. Grayscale: #CCCCCC. Windows color (decimal): -2958730 or 7789266. OLE color: 7789266.

HSL color Cylindrical-coordinate representation of color #D2DA76: hue angle of 64.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2DA76 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB210218118-
CMYK0.0400.460.15
HSL64.8º57.47%65.88%-
HSV(B)64.8º45.87%85.49%-
XYZ54.9265.1526.82-
YUV204.2179.35132.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.46%
GREEN value IS 218 (85.55% from 255) = 39.93%
BLUE value IS 118 (46.48% from 255) = 21.61%
R=38.46%
G=39.93%
B=21.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102181180.0400.460.1564.857.4765.88
HexD2DA76402EF413942
Octal32233216640561710171102
Binary110100101101101011101101000101110111110000011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DA76; }

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

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

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

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

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

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

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

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