#D2A35A

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

Shades of Apache #D2A35A

Tints of Apache #D2A35A

Color information

#D2A35A (or 0xD2A35A) is unknown color: approx Apache. HEX triplet: D2, A3 and 5A. RGB value is (210,163,90). Sum of RGB (Red+Green+Blue) = 210+163+90=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A35A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A35A is #2D5CA5. Grayscale: #A9A9A9. Windows color (decimal): -2972838 or 5940178. OLE color: 5940178.

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

Color convert

RGB21016390-
CMYK00.220.570.18
HSL36.5º57.14%58.82%-
HSV(B)36.5º57.14%82.35%-
XYZ41.5240.6315.33-
YUV168.7383.57157.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.36%
GREEN value IS 163 (64.06% from 255) = 35.21%
BLUE value IS 90 (35.55% from 255) = 19.44%
R=45.36%
G=35.21%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101639000.220.570.1836.557.1458.82
HexD2A35A016391225393b
Octal3222431320267122457173
Binary1101001010100011101101001011011100110010100101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A35A; }

 p { color: rgb(210,163,90); }

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

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

 a { background-color: rgb(210,163,90); }

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

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

 span { border-color: rgb(210,163,90); }

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