Html Css Color HEX #D6B13C Metallic Gold

📋 copy color: '#D6B13C'

red 214 ◦ green 177 ◦ blue 60

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

Shades of Metallic Gold #D6B13C

Tints of Metallic Gold #D6B13C

RGB

 RED value IS 214 (83.98% from 255) = 47.45%

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

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

R = 47.45%
G = 39.25%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6B13C (or 0xD6B13C) is known color: Metallic Gold. HEX triplet: D6, B1 and 3C. RGB value is (214,177,60). Sum of RGB (Red+Green+Blue) = 214+177+60=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 60 (23.83% from 255 or 13.30% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B13C is #294EC3. Grayscale: #AFAFAF. Windows color (decimal): -2707140 or 3977686. OLE color: 3977686.

HSL color Cylindrical-coordinate representation of color #D6B13C: hue angle of 45.58º degrees, saturation: 0.65, 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 #D6B13C is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 177 60 -
CMYK 0 0.17 0.72 0.16
HSL 45.58º 0.65% 0.54% -
HSV(B) 45.58º 0.72% 0.84% -
XYZ 44.27 46.07 10.83 -
YUV 174.73 63.26 156.01 -
System Red Green Blue C M Y K H S L
Decimal 214 177 60 0 0.17 0.72 0.16 45.58 0.65 0.54
Hex D6 B1 3C 0 11 48 10 2E 41 36
Octal 326 261 74 0 21 110 20 56 101 66
Binary 11010110 10110001 111100 0 10001 1001000 10000 101110 1000001 110110

Color Harmonies of #D6B13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B13C

Black with #D6B13C

Text Example


Text Example

White with #D6B13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B13C; }

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

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

background-color css

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

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

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

border-color css

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

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

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