Html Css Color HEX #D4D576 Goldenrod

📋 copy color: '#D4D576'

red 212 ◦ green 213 ◦ blue 118

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

Shades of Goldenrod #D4D576

Tints of Goldenrod #D4D576

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

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

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

Color convert

RGB 212 213 118 -
CMYK 0.00 0 0.45 0.16
HSL 60.63º 0.53% 0.65% -
HSV(B) 60.63º 0.45% 0.84% -
XYZ 54.22 62.89 26.42 -
YUV 201.87 80.67 135.22 -
System Red Green Blue C M Y K H S L
Decimal 212 213 118 0.00 0 0.45 0.16 60.63 0.53 0.65
Hex D4 D5 76 0 0 2D 10 3D 35 41
Octal 324 325 166 0 0 55 20 75 65 101
Binary 11010100 11010101 1110110 0 0 101101 10000 111101 110101 1000001

Color Harmonies of #D4D576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D576

Black with #D4D576

Text Example


Text Example

White with #D4D576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D576; }

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

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

background-color css

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

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

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

border-color css

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

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

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