Html Css Color HEX #D7B13F Metallic Gold

📋 copy color: '#D7B13F'

red 215 ◦ green 177 ◦ blue 63

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

Shades of Metallic Gold #D7B13F

Tints of Metallic Gold #D7B13F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.9%

 BLUE value IS 63 (25% from 255) = 13.85%

R = 47.25%
G = 38.9%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D7B13F (or 0xD7B13F) is known color: Metallic Gold. HEX triplet: D7, B1 and 3F. RGB value is (215,177,63). Sum of RGB (Red+Green+Blue) = 215+177+63=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 63 (25% from 255 or 13.85% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B13F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7B13F is #284EC0. Grayscale: #AFAFAF. Windows color (decimal): -2641601 or 4174295. OLE color: 4174295.

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

Color convert

RGB 215 177 63 -
CMYK 0 0.18 0.71 0.16
HSL 45º 0.66% 0.55% -
HSV(B) 45º 0.71% 0.84% -
XYZ 44.64 46.25 11.28 -
YUV 175.37 64.59 156.27 -
System Red Green Blue C M Y K H S L
Decimal 215 177 63 0 0.18 0.71 0.16 45 0.66 0.55
Hex D7 B1 3F 0 12 47 10 2D 42 37
Octal 327 261 77 0 22 107 20 55 102 67
Binary 11010111 10110001 111111 0 10010 1000111 10000 101101 1000010 110111

Color Harmonies of #D7B13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B13F

Black with #D7B13F

Text Example


Text Example

White with #D7B13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B13F; }

 p { color: rgb(215,177,63); }

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

background-color css

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

 a { background-color: rgb(215,177,63); }

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

border-color css

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

 span { border-color: rgb(215,177,63); }

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