#D6A254

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

Shades of Apache #D6A254

Tints of Apache #D6A254

Color information

#D6A254 (or 0xD6A254) is unknown color: approx Apache. HEX triplet: D6, A2 and 54. RGB value is (214,162,84). Sum of RGB (Red+Green+Blue) = 214+162+84=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A254 is #295DAB. Grayscale: #A9A9A9. Windows color (decimal): -2710956 or 5546710. OLE color: 5546710.

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

Color convert

RGB21416284-
CMYK00.240.610.16
HSL36º61.32%58.43%-
HSV(B)36º60.75%83.92%-
XYZ42.2540.7814.03-
YUV168.6680.23160.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.52%
GREEN value IS 162 (63.67% from 255) = 35.22%
BLUE value IS 84 (33.20% from 255) = 18.26%
R=46.52%
G=35.22%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141628400.240.610.163661.3258.43
HexD6A2540183D10243d3a
Octal3262421240307520447572
Binary1101011010100010101010001100011110110000100100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A254; }

 p { color: rgb(214,162,84); }

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

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

 a { background-color: rgb(214,162,84); }

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

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

 span { border-color: rgb(214,162,84); }

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