#D6AC38

Color #D6AC38 Metallic Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Gold #D6AC38

Tints of Metallic Gold #D6AC38

Color information

#D6AC38 (or 0xD6AC38) is unknown color: approx Metallic Gold. HEX triplet: D6, AC and 38. RGB value is (214,172,56). Sum of RGB (Red+Green+Blue) = 214+172+56=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 56 (22.27% from 255 or 12.67% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AC38 is #2953C7. Grayscale: #ABABAB. Windows color (decimal): -2708424 or 3714262. OLE color: 3714262.

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

Color convert

RGB21417256-
CMYK00.200.740.16
HSL44.05º65.83%52.94%-
HSV(B)44.05º73.83%83.92%-
XYZ43.244.099.97-
YUV171.3362.91158.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.42%
GREEN value IS 172 (67.58% from 255) = 38.91%
BLUE value IS 56 (22.27% from 255) = 12.67%
R=48.42%
G=38.91%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141725600.200.740.1644.0565.8352.94
HexD6AC380144A102c4235
Octal32625470024112205410265
Binary11010110101011001110000101001001010100001011001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AC38; }

 p { color: rgb(214,172,56); }

 H1.HeaderClassName
 {
   color: #D6AC38;
 }
 .AnyTagClassName
 {
   color: #D6AC38;
 }
</style>
background-color css

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

 a { background-color: rgb(214,172,56); }

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

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

 span { border-color: rgb(214,172,56); }

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