Html Css Color HEX #D7B13C Metallic Gold

📋 copy color: '#D7B13C'

red 215 ◦ green 177 ◦ blue 60

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

Shades of Metallic Gold #D7B13C

Tints of Metallic Gold #D7B13C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.27%

R = 47.57%
G = 39.16%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7B13C (or 0xD7B13C) is known color: Metallic Gold. HEX triplet: D7, B1 and 3C. RGB value is (215,177,60). Sum of RGB (Red+Green+Blue) = 215+177+60=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 60 (23.83% from 255 or 13.27% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7B13C is #284EC3. Grayscale: #AFAFAF. Windows color (decimal): -2641604 or 3977687. OLE color: 3977687.

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

Color convert

RGB 215 177 60 -
CMYK 0 0.18 0.72 0.16
HSL 45.29º 0.66% 0.54% -
HSV(B) 45.29º 0.72% 0.84% -
XYZ 44.56 46.22 10.85 -
YUV 175.02 63.09 156.51 -
System Red Green Blue C M Y K H S L
Decimal 215 177 60 0 0.18 0.72 0.16 45.29 0.66 0.54
Hex D7 B1 3C 0 12 48 10 2D 42 36
Octal 327 261 74 0 22 110 20 55 102 66
Binary 11010111 10110001 111100 0 10010 1001000 10000 101101 1000010 110110

Color Harmonies of #D7B13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B13C

Black with #D7B13C

Text Example


Text Example

White with #D7B13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B13C; }

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

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

background-color css

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

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

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

border-color css

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

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

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