#D6A354

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

Shades of Apache #D6A354

Tints of Apache #D6A354

Color information

#D6A354 (or 0xD6A354) is unknown color: approx Apache. HEX triplet: D6, A3 and 54. RGB value is (214,163,84). Sum of RGB (Red+Green+Blue) = 214+163+84=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 84 (33.20% from 255 or 18.22% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A354 is #295CAB. Grayscale: #A9A9A9. Windows color (decimal): -2710700 or 5546966. OLE color: 5546966.

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

Color convert

RGB21416384-
CMYK00.240.610.16
HSL36.46º61.32%58.43%-
HSV(B)36.46º60.75%83.92%-
XYZ42.4341.1314.09-
YUV169.2479.9159.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.42%
GREEN value IS 163 (64.06% from 255) = 35.36%
BLUE value IS 84 (33.20% from 255) = 18.22%
R=46.42%
G=35.36%
B=18.22%

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
Decimal2141638400.240.610.1636.4661.3258.43
HexD6A3540183D10243d3a
Octal3262431240307520447572
Binary1101011010100011101010001100011110110000100100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A354; }

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

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

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

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

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

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

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

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