#D2A360

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

Shades of Apache #D2A360

Tints of Apache #D2A360

Color information

#D2A360 (or 0xD2A360) is unknown color: approx Apache. HEX triplet: D2, A3 and 60. RGB value is (210,163,96). Sum of RGB (Red+Green+Blue) = 210+163+96=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A360 is #2D5C9F. Grayscale: #A9A9A9. Windows color (decimal): -2972832 or 6333394. OLE color: 6333394.

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

Color convert

RGB21016396-
CMYK00.220.540.18
HSL35.26º55.88%60%-
HSV(B)35.26º54.29%82.35%-
XYZ41.7940.7416.73-
YUV169.4286.57156.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.78%
GREEN value IS 163 (64.06% from 255) = 34.75%
BLUE value IS 96 (37.89% from 255) = 20.47%
R=44.78%
G=34.75%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101639600.220.540.1835.2655.8860
HexD2A360016361223383c
Octal3222431400266622437074
Binary1101001010100011110000001011011011010010100011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A360; }

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

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

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

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

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

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

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

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