Html Css Color HEX #D5D476 Goldenrod

📋 copy color: '#D5D476'

red 213 ◦ green 212 ◦ blue 118

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

Shades of Goldenrod #D5D476

Tints of Goldenrod #D5D476

RGB

 RED value IS 213 (83.59% from 255) = 39.23%

 GREEN value IS 212 (83.2% from 255) = 39.04%

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

R = 39.23%
G = 39.04%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D5D476 (or 0xD5D476) is known color: Goldenrod. HEX triplet: D5, D4 and 76. RGB value is (213,212,118). Sum of RGB (Red+Green+Blue) = 213+212+118=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 118 (46.48% from 255 or 21.73% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D476 is #2A2B89. Grayscale: #C9C9C9. Windows color (decimal): -2763658 or 7787733. OLE color: 7787733.

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

Color convert

RGB 213 212 118 -
CMYK 0 0.00 0.45 0.16
HSL 59.37º 0.53% 0.65% -
HSV(B) 59.37º 0.45% 0.84% -
XYZ 54.25 62.54 26.35 -
YUV 201.58 80.83 136.14 -
System Red Green Blue C M Y K H S L
Decimal 213 212 118 0 0.00 0.45 0.16 59.37 0.53 0.65
Hex D5 D4 76 0 0 2D 10 3B 35 41
Octal 325 324 166 0 0 55 20 73 65 101
Binary 11010101 11010100 1110110 0 0 101101 10000 111011 110101 1000001

Color Harmonies of #D5D476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D476

Black with #D5D476

Text Example


Text Example

White with #D5D476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D476; }

 p { color: rgb(213,212,118); }

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

background-color css

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

 a { background-color: rgb(213,212,118); }

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

border-color css

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

 span { border-color: rgb(213,212,118); }

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