#D5DE75

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

Shades of Goldenrod #D5DE75

Tints of Goldenrod #D5DE75

Color information

#D5DE75 (or 0xD5DE75) is unknown color: approx Goldenrod. HEX triplet: D5, DE and 75. RGB value is (213,222,117). Sum of RGB (Red+Green+Blue) = 213+222+117=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DE75 is #2A218A. Grayscale: #CFCFCF. Windows color (decimal): -2761099 or 7724757. OLE color: 7724757.

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

Color convert

RGB213222117-
CMYK0.0400.470.13
HSL65.14º61.4%66.47%-
HSV(B)65.14º47.3%87.06%-
XYZ56.7767.6726.9-
YUV207.3477.02132.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.59%
GREEN value IS 222 (87.11% from 255) = 40.22%
BLUE value IS 117 (46.09% from 255) = 21.20%
R=38.59%
G=40.22%
B=21.20%

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
Decimal2132221170.0400.470.1365.1461.466.47
HexD5DE75402FD413d42
Octal32533616540571510175102
Binary110101011101111011101011000101111110110000011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DE75; }

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

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

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

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

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

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

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

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