#D1A852

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

Shades of Apache #D1A852

Tints of Apache #D1A852

Color information

#D1A852 (or 0xD1A852) is unknown color: approx Apache. HEX triplet: D1, A8 and 52. RGB value is (209,168,82). Sum of RGB (Red+Green+Blue) = 209+168+82=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 82 (32.42% from 255 or 17.86% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A852 is #2E57AD. Grayscale: #AAAAAA. Windows color (decimal): -3037102 or 5417169. OLE color: 5417169.

HSL color Cylindrical-coordinate representation of color #D1A852: hue angle of 40.63º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1A852 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB20916882-
CMYK00.200.610.18
HSL40.63º57.99%57.06%-
HSV(B)40.63º60.77%81.96%-
XYZ41.8242.1713.92-
YUV170.4678.08155.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.53%
GREEN value IS 168 (66.02% from 255) = 36.60%
BLUE value IS 82 (32.42% from 255) = 17.86%
R=45.53%
G=36.60%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091688200.200.610.1840.6357.9957.06
HexD1A8520143D12293a39
Octal3212501220247522517271
Binary1101000110101000101001001010011110110010101001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A852; }

 p { color: rgb(209,168,82); }

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

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

 a { background-color: rgb(209,168,82); }

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

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

 span { border-color: rgb(209,168,82); }

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