Html Css Color HEX #D6AB43 Metallic Gold

📋 copy color: '#D6AB43'

red 214 ◦ green 171 ◦ blue 67

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

Shades of Metallic Gold #D6AB43

Tints of Metallic Gold #D6AB43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.82%

R = 47.35%
G = 37.83%
B = 14.82%

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

#D6AB43 (or 0xD6AB43) is known color: Metallic Gold. HEX triplet: D6, AB and 43. RGB value is (214,171,67). Sum of RGB (Red+Green+Blue) = 214+171+67=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 67 (26.56% from 255 or 14.82% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AB43 is #2954BC. Grayscale: #ACACAC. Windows color (decimal): -2708669 or 4434902. OLE color: 4434902.

HSL color Cylindrical-coordinate representation of color #D6AB43: hue angle of 42.45º 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 #D6AB43 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 171 67 -
CMYK 0 0.20 0.69 0.16
HSL 42.45º 0.64% 0.55% -
HSV(B) 42.45º 0.69% 0.84% -
XYZ 43.31 43.83 11.49 -
YUV 172 68.75 157.96 -
System Red Green Blue C M Y K H S L
Decimal 214 171 67 0 0.20 0.69 0.16 42.45 0.64 0.55
Hex D6 AB 43 0 14 45 10 2A 40 37
Octal 326 253 103 0 24 105 20 52 100 67
Binary 11010110 10101011 1000011 0 10100 1000101 10000 101010 1000000 110111

Color Harmonies of #D6AB43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB43

Black with #D6AB43

Text Example


Text Example

White with #D6AB43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB43; }

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

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

background-color css

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

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

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

border-color css

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

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

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