Html Css Color HEX #D7B32F Metallic Gold

📋 copy color: '#D7B32F'

red 215 ◦ green 179 ◦ blue 47

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

Shades of Metallic Gold #D7B32F

Tints of Metallic Gold #D7B32F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.59%

 BLUE value IS 47 (18.75% from 255) = 10.66%

R = 48.75%
G = 40.59%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7B32F (or 0xD7B32F) is known color: Metallic Gold. HEX triplet: D7, B3 and 2F. RGB value is (215,179,47). Sum of RGB (Red+Green+Blue) = 215+179+47=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 47 (18.75% from 255 or 10.66% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B32F is #284CD0. Grayscale: #AFAFAF. Windows color (decimal): -2641105 or 3126231. OLE color: 3126231.

HSL color Cylindrical-coordinate representation of color #D7B32F: hue angle of 47.14º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7B32F is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 179 47 -
CMYK 0 0.17 0.78 0.16
HSL 47.14º 0.68% 0.51% -
HSV(B) 47.14º 0.78% 0.84% -
XYZ 44.66 46.89 9.39 -
YUV 174.72 55.93 156.73 -
System Red Green Blue C M Y K H S L
Decimal 215 179 47 0 0.17 0.78 0.16 47.14 0.68 0.51
Hex D7 B3 2F 0 11 4E 10 2F 44 33
Octal 327 263 57 0 21 116 20 57 104 63
Binary 11010111 10110011 101111 0 10001 1001110 10000 101111 1000100 110011

Color Harmonies of #D7B32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B32F

Black with #D7B32F

Text Example


Text Example

White with #D7B32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B32F; }

 p { color: rgb(215,179,47); }

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

background-color css

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

 a { background-color: rgb(215,179,47); }

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

border-color css

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

 span { border-color: rgb(215,179,47); }

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