#D6DE75

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

Shades of Goldenrod #D6DE75

Tints of Goldenrod #D6DE75

Color information

#D6DE75 (or 0xD6DE75) is unknown color: approx Goldenrod. HEX triplet: D6, DE and 75. RGB value is (214,222,117). Sum of RGB (Red+Green+Blue) = 214+222+117=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 117 (46.09% from 255 or 21.16% from 553); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DE75 is #29218A. Grayscale: #D0D0D0. Windows color (decimal): -2695563 or 7724758. OLE color: 7724758.

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

Color convert

RGB214222117-
CMYK0.0400.470.13
HSL64.57º61.4%66.47%-
HSV(B)64.57º47.3%87.06%-
XYZ57.0667.8226.91-
YUV207.6476.85132.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 222 (87.11% from 255) = 40.14%
BLUE value IS 117 (46.09% from 255) = 21.16%
R=38.70%
G=40.14%
B=21.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142221170.0400.470.1364.5761.466.47
HexD6DE75402FD413d42
Octal32633616540571510175102
Binary110101101101111011101011000101111110110000011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DE75; }

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

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

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

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

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

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

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

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