#D8DD75

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

Shades of Goldenrod #D8DD75

Tints of Goldenrod #D8DD75

Color information

#D8DD75 (or 0xD8DD75) is unknown color: approx Goldenrod. HEX triplet: D8, DD and 75. RGB value is (216,221,117). Sum of RGB (Red+Green+Blue) = 216+221+117=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 117 (46.09% from 255 or 21.12% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DD75 is #27228A. Grayscale: #D0D0D0. Windows color (decimal): -2564747 or 7724504. OLE color: 7724504.

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

Color convert

RGB216221117-
CMYK0.0200.470.13
HSL62.88º60.47%66.27%-
HSV(B)62.88º47.06%86.67%-
XYZ57.3967.626.85-
YUV207.6576.84133.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.99%
GREEN value IS 221 (86.72% from 255) = 39.89%
BLUE value IS 117 (46.09% from 255) = 21.12%
R=38.99%
G=39.89%
B=21.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162211170.0200.470.1362.8860.4766.27
HexD8DD75202FD3f3c42
Octal3303351652057157774102
Binary1101100011011101111010110010111111011111111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DD75; }

 p { color: rgb(216,221,117); }

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

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

 a { background-color: rgb(216,221,117); }

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

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

 span { border-color: rgb(216,221,117); }

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