Html Css Color HEX #D2D776 Goldenrod

📋 copy color: '#D2D776'

red 210 ◦ green 215 ◦ blue 118

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

Shades of Goldenrod #D2D776

Tints of Goldenrod #D2D776

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.59%

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

R = 38.67%
G = 39.59%
B = 21.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D2D776 (or 0xD2D776) is known color: Goldenrod. HEX triplet: D2, D7 and 76. RGB value is (210,215,118). Sum of RGB (Red+Green+Blue) = 210+215+118=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 118 (46.48% from 255 or 21.73% from 543); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D776 is #2D2889. Grayscale: #CACACA. Windows color (decimal): -2959498 or 7788498. OLE color: 7788498.

HSL color Cylindrical-coordinate representation of color #D2D776: hue angle of 63.09º degrees, saturation: 0.55, 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 #D2D776 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 215 118 -
CMYK 0.02 0 0.45 0.16
HSL 63.09º 0.55% 0.65% -
HSV(B) 63.09º 0.45% 0.84% -
XYZ 54.15 63.61 26.56 -
YUV 202.45 80.34 133.39 -
System Red Green Blue C M Y K H S L
Decimal 210 215 118 0.02 0 0.45 0.16 63.09 0.55 0.65
Hex D2 D7 76 2 0 2D 10 3F 37 41
Octal 322 327 166 2 0 55 20 77 67 101
Binary 11010010 11010111 1110110 10 0 101101 10000 111111 110111 1000001

Color Harmonies of #D2D776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D776

Black with #D2D776

Text Example


Text Example

White with #D2D776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D776; }

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

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

background-color css

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

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

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

border-color css

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

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

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