Html Css Color HEX #D6B12C Metallic Gold

📋 copy color: '#D6B12C'

red 214 ◦ green 177 ◦ blue 44

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

Shades of Metallic Gold #D6B12C

Tints of Metallic Gold #D6B12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.11%

R = 49.2%
G = 40.69%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6B12C (or 0xD6B12C) is known color: Metallic Gold. HEX triplet: D6, B1 and 2C. RGB value is (214,177,44). Sum of RGB (Red+Green+Blue) = 214+177+44=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B12C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B12C is #294ED3. Grayscale: #ADADAD. Windows color (decimal): -2707156 or 2929110. OLE color: 2929110.

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

Color convert

RGB 214 177 44 -
CMYK 0 0.17 0.79 0.16
HSL 46.94º 0.67% 0.51% -
HSV(B) 46.94º 0.79% 0.84% -
XYZ 43.91 45.92 8.93 -
YUV 172.9 55.26 157.31 -
System Red Green Blue C M Y K H S L
Decimal 214 177 44 0 0.17 0.79 0.16 46.94 0.67 0.51
Hex D6 B1 2C 0 11 4F 10 2F 43 33
Octal 326 261 54 0 21 117 20 57 103 63
Binary 11010110 10110001 101100 0 10001 1001111 10000 101111 1000011 110011

Color Harmonies of #D6B12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B12C

Black with #D6B12C

Text Example


Text Example

White with #D6B12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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