Html Css Color HEX #D3D876 Goldenrod

📋 copy color: '#D3D876'

red 211 ◦ green 216 ◦ blue 118

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

Shades of Goldenrod #D3D876

Tints of Goldenrod #D3D876

RGB

 RED value IS 211 (82.81% from 255) = 38.72%

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

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

R = 38.72%
G = 39.63%
B = 21.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D3D876 (or 0xD3D876) is known color: Goldenrod. HEX triplet: D3, D8 and 76. RGB value is (211,216,118). Sum of RGB (Red+Green+Blue) = 211+216+118=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D876 is #2C2789. Grayscale: #CBCBCB. Windows color (decimal): -2893706 or 7788755. OLE color: 7788755.

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

Color convert

RGB 211 216 118 -
CMYK 0.02 0 0.45 0.15
HSL 63.06º 0.56% 0.65% -
HSV(B) 63.06º 0.45% 0.85% -
XYZ 54.69 64.27 26.66 -
YUV 203.33 79.84 133.47 -
System Red Green Blue C M Y K H S L
Decimal 211 216 118 0.02 0 0.45 0.15 63.06 0.56 0.65
Hex D3 D8 76 2 0 2D F 3F 38 41
Octal 323 330 166 2 0 55 17 77 70 101
Binary 11010011 11011000 1110110 10 0 101101 1111 111111 111000 1000001

Color Harmonies of #D3D876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D876

Black with #D3D876

Text Example


Text Example

White with #D3D876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D876; }

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

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

background-color css

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

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

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

border-color css

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

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

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