#D1A152

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

Shades of Apache #D1A152

Tints of Apache #D1A152

Color information

#D1A152 (or 0xD1A152) is unknown color: approx Apache. HEX triplet: D1, A1 and 52. RGB value is (209,161,82). Sum of RGB (Red+Green+Blue) = 209+161+82=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A152 is #2E5EAD. Grayscale: #A6A6A6. Windows color (decimal): -3038894 or 5415377. OLE color: 5415377.

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

Color convert

RGB20916182-
CMYK00.230.610.18
HSL37.32º57.99%57.06%-
HSV(B)37.32º60.77%81.96%-
XYZ40.5639.6513.5-
YUV166.3580.4158.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.24%
GREEN value IS 161 (63.28% from 255) = 35.62%
BLUE value IS 82 (32.42% from 255) = 18.14%
R=46.24%
G=35.62%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091618200.230.610.1837.3257.9957.06
HexD1A1520173D12253a39
Octal3212411220277522457271
Binary1101000110100001101001001011111110110010100101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A152; }

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

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

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

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

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

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

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

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