Html Css Color HEX #D6AB42 Metallic Gold

📋 copy color: '#D6AB42'

red 214 ◦ green 171 ◦ blue 66

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

Shades of Metallic Gold #D6AB42

Tints of Metallic Gold #D6AB42

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.92%

 BLUE value IS 66 (26.17% from 255) = 14.63%

R = 47.45%
G = 37.92%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D6AB42 (or 0xD6AB42) is known color: Metallic Gold. HEX triplet: D6, AB and 42. RGB value is (214,171,66). Sum of RGB (Red+Green+Blue) = 214+171+66=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AB42 is #2954BD. Grayscale: #ACACAC. Windows color (decimal): -2708670 or 4369366. OLE color: 4369366.

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

Color convert

RGB 214 171 66 -
CMYK 0 0.20 0.69 0.16
HSL 42.57º 0.64% 0.55% -
HSV(B) 42.57º 0.69% 0.84% -
XYZ 43.28 43.82 11.33 -
YUV 171.89 68.25 158.04 -
System Red Green Blue C M Y K H S L
Decimal 214 171 66 0 0.20 0.69 0.16 42.57 0.64 0.55
Hex D6 AB 42 0 14 45 10 2B 40 37
Octal 326 253 102 0 24 105 20 53 100 67
Binary 11010110 10101011 1000010 0 10100 1000101 10000 101011 1000000 110111

Color Harmonies of #D6AB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB42

Black with #D6AB42

Text Example


Text Example

White with #D6AB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB42; }

 p { color: rgb(214,171,66); }

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

background-color css

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

 a { background-color: rgb(214,171,66); }

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

border-color css

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

 span { border-color: rgb(214,171,66); }

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