Html Css Color HEX #D2D876 Goldenrod

📋 copy color: '#D2D876'

red 210 ◦ green 216 ◦ blue 118

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

Shades of Goldenrod #D2D876

Tints of Goldenrod #D2D876

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.71%

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

R = 38.6%
G = 39.71%
B = 21.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D2D876 (or 0xD2D876) is known color: Goldenrod. HEX triplet: D2, D8 and 76. RGB value is (210,216,118). Sum of RGB (Red+Green+Blue) = 210+216+118=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 118 (46.48% from 255 or 21.69% from 544); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D876 is #2D2789. Grayscale: #CBCBCB. Windows color (decimal): -2959242 or 7788754. OLE color: 7788754.

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

Color convert

RGB 210 216 118 -
CMYK 0.03 0 0.45 0.15
HSL 63.67º 0.56% 0.65% -
HSV(B) 63.67º 0.45% 0.85% -
XYZ 54.4 64.12 26.65 -
YUV 203.03 80.01 132.97 -
System Red Green Blue C M Y K H S L
Decimal 210 216 118 0.03 0 0.45 0.15 63.67 0.56 0.65
Hex D2 D8 76 3 0 2D F 40 38 41
Octal 322 330 166 3 0 55 17 100 70 101
Binary 11010010 11011000 1110110 11 0 101101 1111 1000000 111000 1000001

Color Harmonies of #D2D876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D876

Black with #D2D876

Text Example


Text Example

White with #D2D876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D876; }

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

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

background-color css

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

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

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

border-color css

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

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

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