#D4DD72

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

Shades of Goldenrod #D4DD72

Tints of Goldenrod #D4DD72

Color information

#D4DD72 (or 0xD4DD72) is unknown color: approx Goldenrod. HEX triplet: D4, DD and 72. RGB value is (212,221,114). Sum of RGB (Red+Green+Blue) = 212+221+114=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DD72 is #2B228D. Grayscale: #CECECE. Windows color (decimal): -2826894 or 7527892. OLE color: 7527892.

HSL color Cylindrical-coordinate representation of color #D4DD72: hue angle of 65.05º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4DD72 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB212221114-
CMYK0.0400.480.13
HSL65.05º61.14%65.69%-
HSV(B)65.05º48.42%86.67%-
XYZ56.0566.9225.88-
YUV206.1176.02132.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.76%
GREEN value IS 221 (86.72% from 255) = 40.40%
BLUE value IS 114 (44.92% from 255) = 20.84%
R=38.76%
G=40.40%
B=20.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122211140.0400.480.1365.0561.1465.69
HexD4DD724030D413d42
Octal32433516240601510175102
Binary110101001101110111100101000110000110110000011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DD72; }

 p { color: rgb(212,221,114); }

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

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

 a { background-color: rgb(212,221,114); }

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

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

 span { border-color: rgb(212,221,114); }

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