#D2D577

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

Shades of Goldenrod #D2D577

Tints of Goldenrod #D2D577

Color information

#D2D577 (or 0xD2D577) is unknown color: approx Goldenrod. HEX triplet: D2, D5 and 77. RGB value is (210,213,119). Sum of RGB (Red+Green+Blue) = 210+213+119=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 119 (46.88% from 255 or 21.96% from 542); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D577 is #2D2A88. Grayscale: #C9C9C9. Windows color (decimal): -2960009 or 7853522. OLE color: 7853522.

HSL color Cylindrical-coordinate representation of color #D2D577: hue angle of 61.91º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2D577 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB210213119-
CMYK0.0100.440.16
HSL61.91º52.81%65.1%-
HSV(B)61.91º44.13%83.53%-
XYZ53.762.6226.71-
YUV201.3981.51134.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.75%
GREEN value IS 213 (83.59% from 255) = 39.30%
BLUE value IS 119 (46.88% from 255) = 21.96%
R=38.75%
G=39.30%
B=21.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102131190.0100.440.1661.9152.8165.1
HexD2D577102C103e3541
Octal3223251671054207665101
Binary1101001011010101111011110101100100001111101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D577; }

 p { color: rgb(210,213,119); }

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

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

 a { background-color: rgb(210,213,119); }

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

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

 span { border-color: rgb(210,213,119); }

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