#D2DD72

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

Shades of Goldenrod #D2DD72

Tints of Goldenrod #D2DD72

Color information

#D2DD72 (or 0xD2DD72) is unknown color: approx Goldenrod. HEX triplet: D2, DD and 72. RGB value is (210,221,114). Sum of RGB (Red+Green+Blue) = 210+221+114=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 114 (44.92% from 255 or 20.92% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DD72 is #2D228D. Grayscale: #CDCDCD. Windows color (decimal): -2957966 or 7527890. OLE color: 7527890.

HSL color Cylindrical-coordinate representation of color #D2DD72: hue angle of 66.17º 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 #D2DD72 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB210221114-
CMYK0.0500.480.13
HSL66.17º61.14%65.69%-
HSV(B)66.17º48.42%86.67%-
XYZ55.4766.6325.86-
YUV205.5176.36131.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.53%
GREEN value IS 221 (86.72% from 255) = 40.55%
BLUE value IS 114 (44.92% from 255) = 20.92%
R=38.53%
G=40.55%
B=20.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102211140.0500.480.1366.1761.1465.69
HexD2DD725030D423d42
Octal32233516250601510275102
Binary110100101101110111100101010110000110110000101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DD72; }

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

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

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

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

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

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

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

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