#d6ab38

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

Shades of Metallic Gold #D6AB38

Tints of Metallic Gold #D6AB38

Color information

#D6AB38 (or 0xD6AB38) is unknown color: approx Metallic Gold. HEX triplet: D6, AB and 38. RGB value is (214,171,56). Sum of RGB (Red+Green+Blue) = 214+171+56=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 56 (22.27% from 255 or 12.70% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AB38 is #2954C7. Grayscale: #ABABAB. Windows color (decimal): -2708680 or 3714006. OLE color: 3714006.

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

Color convert

RGB21417156-
CMYK00.200.740.16
HSL43.67º65.83%52.94%-
HSV(B)43.67º73.83%83.92%-
XYZ43.0143.719.91-
YUV170.7563.25158.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.53%
GREEN value IS 171 (67.19% from 255) = 38.78%
BLUE value IS 56 (22.27% from 255) = 12.70%
R=48.53%
G=38.78%
B=12.70%

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
Decimal2141715600.200.740.1643.6765.8352.94
HexD6AB380144A102c4235
Octal32625370024112205410265
Binary11010110101010111110000101001001010100001011001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6ab38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6ab38; }

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

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

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

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

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

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

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

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