#D6DE7D

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

Shades of Goldenrod #D6DE7D

Tints of Goldenrod #D6DE7D

Color information

#D6DE7D (or 0xD6DE7D) is unknown color: approx Goldenrod. HEX triplet: D6, DE and 7D. RGB value is (214,222,125). Sum of RGB (Red+Green+Blue) = 214+222+125=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DE7D is #292182. Grayscale: #D0D0D0. Windows color (decimal): -2695555 or 8249046. OLE color: 8249046.

HSL color Cylindrical-coordinate representation of color #D6DE7D: hue angle of 64.95º degrees, saturation: 0.6, 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 #D6DE7D is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB214222125-
CMYK0.0400.440.13
HSL64.95º59.51%68.04%-
HSV(B)64.95º43.69%87.06%-
XYZ57.5568.0229.5-
YUV208.5580.85131.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.15%
GREEN value IS 222 (87.11% from 255) = 39.57%
BLUE value IS 125 (49.22% from 255) = 22.28%
R=38.15%
G=39.57%
B=22.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142221250.0400.440.1364.9559.5168.04
HexD6DE7D402CD413c44
Octal32633617540541510174104
Binary110101101101111011111011000101100110110000011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DE7D; }

 p { color: rgb(214,222,125); }

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

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

 a { background-color: rgb(214,222,125); }

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

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

 span { border-color: rgb(214,222,125); }

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