#D7DD61

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

Shades of Goldenrod #D7DD61

Tints of Goldenrod #D7DD61

Color information

#D7DD61 (or 0xD7DD61) is unknown color: approx Goldenrod. HEX triplet: D7, DD and 61. RGB value is (215,221,97). Sum of RGB (Red+Green+Blue) = 215+221+97=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 97 (38.28% from 255 or 18.20% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DD61 is #28229E. Grayscale: #CDCDCD. Windows color (decimal): -2630303 or 6413783. OLE color: 6413783.

HSL color Cylindrical-coordinate representation of color #D7DD61: hue angle of 62.9º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D7DD61 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB21522197-
CMYK0.0300.560.13
HSL62.9º64.58%62.35%-
HSV(B)62.9º56.11%86.67%-
XYZ56.0467.0221.29-
YUV205.0767.01135.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.34%
GREEN value IS 221 (86.72% from 255) = 41.46%
BLUE value IS 97 (38.28% from 255) = 18.20%
R=40.34%
G=41.46%
B=18.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal215221970.0300.560.1362.964.5862.35
HexD7DD613038D3f413e
Octal3273351413070157710176
Binary1101011111011101110000111011100011011111111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DD61; }

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

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

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

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

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

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

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

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