#D6DD7C

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

Shades of Goldenrod #D6DD7C

Tints of Goldenrod #D6DD7C

Color information

#D6DD7C (or 0xD6DD7C) is unknown color: approx Goldenrod. HEX triplet: D6, DD and 7C. RGB value is (214,221,124). Sum of RGB (Red+Green+Blue) = 214+221+124=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 124 (48.83% from 255 or 22.18% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DD7C is #292283. Grayscale: #D0D0D0. Windows color (decimal): -2695812 or 8183254. OLE color: 8183254.

HSL color Cylindrical-coordinate representation of color #D6DD7C: hue angle of 64.33º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6DD7C is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB214221124-
CMYK0.0300.440.13
HSL64.33º58.79%67.65%-
HSV(B)64.33º43.89%86.67%-
XYZ57.2367.4629.07-
YUV207.8580.68132.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.28%
GREEN value IS 221 (86.72% from 255) = 39.53%
BLUE value IS 124 (48.83% from 255) = 22.18%
R=38.28%
G=39.53%
B=22.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142211240.0300.440.1364.3358.7967.65
HexD6DD7C302CD403b44
Octal32633517430541510073104
Binary11010110110111011111100110101100110110000001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DD7C; }

 p { color: rgb(214,221,124); }

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

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

 a { background-color: rgb(214,221,124); }

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

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

 span { border-color: rgb(214,221,124); }

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