Html Css Color HEX #D9B032 Metallic Gold

📋 copy color: '#D9B032'

red 217 ◦ green 176 ◦ blue 50

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

Shades of Metallic Gold #D9B032

Tints of Metallic Gold #D9B032

RGB

 RED value IS 217 (85.16% from 255) = 48.98%

 GREEN value IS 176 (69.14% from 255) = 39.73%

 BLUE value IS 50 (19.92% from 255) = 11.29%

R = 48.98%
G = 39.73%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D9B032 (or 0xD9B032) is known color: Metallic Gold. HEX triplet: D9, B0 and 32. RGB value is (217,176,50). Sum of RGB (Red+Green+Blue) = 217+176+50=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9B032 is #264FCD. Grayscale: #AEAEAE. Windows color (decimal): -2510798 or 3322073. OLE color: 3322073.

HSL color Cylindrical-coordinate representation of color #D9B032: hue angle of 45.27º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9B032 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 176 50 -
CMYK 0 0.19 0.77 0.15
HSL 45.27º 0.69% 0.52% -
HSV(B) 45.27º 0.77% 0.85% -
XYZ 44.72 46.03 9.55 -
YUV 173.9 58.08 158.75 -
System Red Green Blue C M Y K H S L
Decimal 217 176 50 0 0.19 0.77 0.15 45.27 0.69 0.52
Hex D9 B0 32 0 13 4D F 2D 45 34
Octal 331 260 62 0 23 115 17 55 105 64
Binary 11011001 10110000 110010 0 10011 1001101 1111 101101 1000101 110100

Color Harmonies of #D9B032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B032

Black with #D9B032

Text Example


Text Example

White with #D9B032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B032; }

 p { color: rgb(217,176,50); }

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

background-color css

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

 a { background-color: rgb(217,176,50); }

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

border-color css

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

 span { border-color: rgb(217,176,50); }

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