#D7DD71

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

Shades of Goldenrod #D7DD71

Tints of Goldenrod #D7DD71

Color information

#D7DD71 (or 0xD7DD71) is unknown color: approx Goldenrod. HEX triplet: D7, DD and 71. RGB value is (215,221,113). Sum of RGB (Red+Green+Blue) = 215+221+113=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 113 (44.53% from 255 or 20.58% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DD71 is #28228E. Grayscale: #CFCFCF. Windows color (decimal): -2630287 or 7462359. OLE color: 7462359.

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

Color convert

RGB215221113-
CMYK0.0300.490.13
HSL63.33º61.36%65.49%-
HSV(B)63.33º48.87%86.67%-
XYZ56.8667.3525.63-
YUV206.8975.01133.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.16%
GREEN value IS 221 (86.72% from 255) = 40.26%
BLUE value IS 113 (44.53% from 255) = 20.58%
R=39.16%
G=40.26%
B=20.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152211130.0300.490.1363.3361.3665.49
HexD7DD713031D3f3d41
Octal3273351613061157775101
Binary1101011111011101111000111011000111011111111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DD71; }

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

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

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

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

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

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

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

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