#D4A269

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

Shades of Apache #D4A269

Tints of Apache #D4A269

Color information

#D4A269 (or 0xD4A269) is unknown color: approx Apache. HEX triplet: D4, A2 and 69. RGB value is (212,162,105). Sum of RGB (Red+Green+Blue) = 212+162+105=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A269 is #2B5D96. Grayscale: #AAAAAA. Windows color (decimal): -2842007 or 6922964. OLE color: 6922964.

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

Color convert

RGB212162105-
CMYK00.240.500.17
HSL31.96º55.44%62.16%-
HSV(B)31.96º50.47%83.14%-
XYZ42.6240.8619-
YUV170.4591.06157.63-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.26%
GREEN value IS 162 (63.67% from 255) = 33.82%
BLUE value IS 105 (41.41% from 255) = 21.92%
R=44.26%
G=33.82%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216210500.240.500.1731.9655.4462.16
HexD4A269018321120373e
Octal3242421510306221406776
Binary1101010010100010110100101100011001010001100000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A269; }

 p { color: rgb(212,162,105); }

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

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

 a { background-color: rgb(212,162,105); }

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

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

 span { border-color: rgb(212,162,105); }

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