#D0DC72

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

Shades of Goldenrod #D0DC72

Tints of Goldenrod #D0DC72

Color information

#D0DC72 (or 0xD0DC72) is unknown color: approx Goldenrod. HEX triplet: D0, DC and 72. RGB value is (208,220,114). Sum of RGB (Red+Green+Blue) = 208+220+114=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DC72 is #2F238D. Grayscale: #CCCCCC. Windows color (decimal): -3089294 or 7527632. OLE color: 7527632.

HSL color Cylindrical-coordinate representation of color #D0DC72: hue angle of 66.79º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0DC72 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB208220114-
CMYK0.0500.480.14
HSL66.79º60.23%65.49%-
HSV(B)66.79º48.18%86.27%-
XYZ54.6465.8125.74-
YUV204.3377.02130.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.38%
GREEN value IS 220 (86.33% from 255) = 40.59%
BLUE value IS 114 (44.92% from 255) = 21.03%
R=38.38%
G=40.59%
B=21.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082201140.0500.480.1466.7960.2365.49
HexD0DC725030E433c41
Octal32033416250601610374101
Binary110100001101110011100101010110000111010000111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DC72; }

 p { color: rgb(208,220,114); }

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

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

 a { background-color: rgb(208,220,114); }

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

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

 span { border-color: rgb(208,220,114); }

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