Html Css Color HEX #D2D576 Goldenrod

📋 copy color: '#D2D576'

red 210 ◦ green 213 ◦ blue 118

#D2D576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #D2D576

Tints of Goldenrod #D2D576

RGB

 RED value IS 210 (82.42% from 255) = 38.82%

 GREEN value IS 213 (83.59% from 255) = 39.37%

 BLUE value IS 118 (46.48% from 255) = 21.81%

R = 38.82%
G = 39.37%
B = 21.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D2D576 (or 0xD2D576) is known color: Goldenrod. HEX triplet: D2, D5 and 76. RGB value is (210,213,118). Sum of RGB (Red+Green+Blue) = 210+213+118=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 118 (46.48% from 255 or 21.81% from 541); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D576 is #2D2A89. Grayscale: #C9C9C9. Windows color (decimal): -2960010 or 7787986. OLE color: 7787986.

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

Color convert

RGB 210 213 118 -
CMYK 0.01 0 0.45 0.16
HSL 61.89º 0.53% 0.65% -
HSV(B) 61.89º 0.45% 0.84% -
XYZ 53.64 62.6 26.39 -
YUV 201.27 81.01 134.22 -
System Red Green Blue C M Y K H S L
Decimal 210 213 118 0.01 0 0.45 0.16 61.89 0.53 0.65
Hex D2 D5 76 1 0 2D 10 3E 35 41
Octal 322 325 166 1 0 55 20 76 65 101
Binary 11010010 11010101 1110110 1 0 101101 10000 111110 110101 1000001

Color Harmonies of #D2D576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D576

Black with #D2D576

Text Example


Text Example

White with #D2D576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D576; }

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

 H1.HeaderClassName
 {
   color: #D2D576;
 }
 .AnyTagClassName
 {
   color: #D2D576;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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