Html Css Color HEX #D3D076 Goldenrod

📋 copy color: '#D3D076'

red 211 ◦ green 208 ◦ blue 118

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

Shades of Goldenrod #D3D076

Tints of Goldenrod #D3D076

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.73%

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

R = 39.29%
G = 38.73%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D3D076 (or 0xD3D076) is known color: Goldenrod. HEX triplet: D3, D0 and 76. RGB value is (211,208,118). Sum of RGB (Red+Green+Blue) = 211+208+118=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D076 is #2C2F89. Grayscale: #C6C6C6. Windows color (decimal): -2895754 or 7786707. OLE color: 7786707.

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

Color convert

RGB 211 208 118 -
CMYK 0 0.01 0.44 0.17
HSL 58.06º 0.51% 0.65% -
HSV(B) 58.06º 0.44% 0.83% -
XYZ 52.69 60.27 26 -
YUV 198.64 82.49 136.82 -
System Red Green Blue C M Y K H S L
Decimal 211 208 118 0 0.01 0.44 0.17 58.06 0.51 0.65
Hex D3 D0 76 0 1 2C 11 3A 33 41
Octal 323 320 166 0 1 54 21 72 63 101
Binary 11010011 11010000 1110110 0 1 101100 10001 111010 110011 1000001

Color Harmonies of #D3D076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D076

Black with #D3D076

Text Example


Text Example

White with #D3D076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D076; }

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

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

background-color css

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

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

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

border-color css

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

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

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