#d7dd75

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

Shades of Goldenrod #D7DD75

Tints of Goldenrod #D7DD75

Color information

#D7DD75 (or 0xD7DD75) is unknown color: approx Goldenrod. HEX triplet: D7, DD and 75. RGB value is (215,221,117). Sum of RGB (Red+Green+Blue) = 215+221+117=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 117 (46.09% from 255 or 21.16% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DD75 is #28228A. Grayscale: #CFCFCF. Windows color (decimal): -2630283 or 7724503. OLE color: 7724503.

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

Color convert

RGB215221117-
CMYK0.0300.470.13
HSL63.46º60.47%66.27%-
HSV(B)63.46º47.06%86.67%-
XYZ57.0967.4426.84-
YUV207.3577.01133.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.88%
GREEN value IS 221 (86.72% from 255) = 39.96%
BLUE value IS 117 (46.09% from 255) = 21.16%
R=38.88%
G=39.96%
B=21.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152211170.0300.470.1363.4660.4766.27
HexD7DD75302FD3f3c42
Octal3273351653057157774102
Binary1101011111011101111010111010111111011111111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d7dd75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d7dd75; }

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

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

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

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

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

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

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

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