Html Css Color HEX #D7D376 Goldenrod

📋 copy color: '#D7D376'

red 215 ◦ green 211 ◦ blue 118

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

Shades of Goldenrod #D7D376

Tints of Goldenrod #D7D376

RGB

 RED value IS 215 (84.38% from 255) = 39.52%

 GREEN value IS 211 (82.81% from 255) = 38.79%

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

R = 39.52%
G = 38.79%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D7D376 (or 0xD7D376) is known color: Goldenrod. HEX triplet: D7, D3 and 76. RGB value is (215,211,118). Sum of RGB (Red+Green+Blue) = 215+211+118=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 118 (46.48% from 255 or 21.69% from 544); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D376 is #282C89. Grayscale: #C9C9C9. Windows color (decimal): -2632842 or 7787479. OLE color: 7787479.

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

Color convert

RGB 215 211 118 -
CMYK 0 0.02 0.45 0.16
HSL 57.53º 0.55% 0.65% -
HSV(B) 57.53º 0.45% 0.84% -
XYZ 54.59 62.34 26.3 -
YUV 201.59 80.83 137.56 -
System Red Green Blue C M Y K H S L
Decimal 215 211 118 0 0.02 0.45 0.16 57.53 0.55 0.65
Hex D7 D3 76 0 2 2D 10 3A 37 41
Octal 327 323 166 0 2 55 20 72 67 101
Binary 11010111 11010011 1110110 0 10 101101 10000 111010 110111 1000001

Color Harmonies of #D7D376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D376

Black with #D7D376

Text Example


Text Example

White with #D7D376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D376; }

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

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

background-color css

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

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

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

border-color css

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

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

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