#D2DD78

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

Shades of Goldenrod #D2DD78

Tints of Goldenrod #D2DD78

Color information

#D2DD78 (or 0xD2DD78) is unknown color: approx Goldenrod. HEX triplet: D2, DD and 78. RGB value is (210,221,120). Sum of RGB (Red+Green+Blue) = 210+221+120=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 120 (47.27% from 255 or 21.78% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DD78 is #2D2287. Grayscale: #CECECE. Windows color (decimal): -2957960 or 7921106. OLE color: 7921106.

HSL color Cylindrical-coordinate representation of color #D2DD78: hue angle of 66.53º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2DD78 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB210221120-
CMYK0.0500.460.13
HSL66.53º59.76%66.86%-
HSV(B)66.53º45.7%86.67%-
XYZ55.8266.7727.72-
YUV206.279.36130.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.11%
GREEN value IS 221 (86.72% from 255) = 40.11%
BLUE value IS 120 (47.27% from 255) = 21.78%
R=38.11%
G=40.11%
B=21.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102211200.0500.460.1366.5359.7666.86
HexD2DD78502ED433c43
Octal32233517050561510374103
Binary110100101101110111110001010101110110110000111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DD78; }

 p { color: rgb(210,221,120); }

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

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

 a { background-color: rgb(210,221,120); }

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

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

 span { border-color: rgb(210,221,120); }

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