#D3A268

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

Shades of Apache #D3A268

Tints of Apache #D3A268

Color information

#D3A268 (or 0xD3A268) is unknown color: approx Apache. HEX triplet: D3, A2 and 68. RGB value is (211,162,104). Sum of RGB (Red+Green+Blue) = 211+162+104=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A268 is #2C5D97. Grayscale: #AAAAAA. Windows color (decimal): -2907544 or 6857427. OLE color: 6857427.

HSL color Cylindrical-coordinate representation of color #D3A268: hue angle of 32.52º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3A268 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB211162104-
CMYK00.230.510.17
HSL32.52º54.87%61.76%-
HSV(B)32.52º50.71%82.75%-
XYZ42.2840.6918.72-
YUV170.0490.73157.22-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.23%
GREEN value IS 162 (63.67% from 255) = 33.96%
BLUE value IS 104 (41.02% from 255) = 21.80%
R=44.23%
G=33.96%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116210400.230.510.1732.5254.8761.76
HexD3A268017331121373e
Octal3232421500276321416776
Binary1101001110100010110100001011111001110001100001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A268; }

 p { color: rgb(211,162,104); }

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

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

 a { background-color: rgb(211,162,104); }

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

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

 span { border-color: rgb(211,162,104); }

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