Html Css Color HEX #D7B032 Metallic Gold

📋 copy color: '#D7B032'

red 215 ◦ green 176 ◦ blue 50

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

Shades of Metallic Gold #D7B032

Tints of Metallic Gold #D7B032

RGB

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

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

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

R = 48.75%
G = 39.91%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D7B032 (or 0xD7B032) is known color: Metallic Gold. HEX triplet: D7, B0 and 32. RGB value is (215,176,50). Sum of RGB (Red+Green+Blue) = 215+176+50=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7B032 is #284FCD. Grayscale: #ADADAD. Windows color (decimal): -2641870 or 3322071. OLE color: 3322071.

HSL color Cylindrical-coordinate representation of color #D7B032: hue angle of 45.82º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D7B032 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 176 50 -
CMYK 0 0.18 0.77 0.16
HSL 45.82º 0.67% 0.52% -
HSV(B) 45.82º 0.77% 0.84% -
XYZ 44.13 45.73 9.52 -
YUV 173.3 58.42 157.75 -
System Red Green Blue C M Y K H S L
Decimal 215 176 50 0 0.18 0.77 0.16 45.82 0.67 0.52
Hex D7 B0 32 0 12 4D 10 2E 43 34
Octal 327 260 62 0 22 115 20 56 103 64
Binary 11010111 10110000 110010 0 10010 1001101 10000 101110 1000011 110100

Color Harmonies of #D7B032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B032

Black with #D7B032

Text Example


Text Example

White with #D7B032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B032; }

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

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

background-color css

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

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

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

border-color css

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

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

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