#D6AB58

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

Shades of Apache #D6AB58

Tints of Apache #D6AB58

Color information

#D6AB58 (or 0xD6AB58) is unknown color: approx Apache. HEX triplet: D6, AB and 58. RGB value is (214,171,88). Sum of RGB (Red+Green+Blue) = 214+171+88=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB58 is #2954A7. Grayscale: #AEAEAE. Windows color (decimal): -2708648 or 5811158. OLE color: 5811158.

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

Color convert

RGB21417188-
CMYK00.200.590.16
HSL39.52º60.58%59.22%-
HSV(B)39.52º58.88%83.92%-
XYZ44.0644.1315.43-
YUV174.479.25156.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.24%
GREEN value IS 171 (67.19% from 255) = 36.15%
BLUE value IS 88 (34.77% from 255) = 18.60%
R=45.24%
G=36.15%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141718800.200.590.1639.5260.5859.22
HexD6AB580143B10283d3b
Octal3262531300247320507573
Binary1101011010101011101100001010011101110000101000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AB58; }

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

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

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

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

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

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

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

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