#D4A85C

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

Shades of Apache #D4A85C

Tints of Apache #D4A85C

Color information

#D4A85C (or 0xD4A85C) is unknown color: approx Apache. HEX triplet: D4, A8 and 5C. RGB value is (212,168,92). Sum of RGB (Red+Green+Blue) = 212+168+92=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A85C is #2B57A3. Grayscale: #ACACAC. Windows color (decimal): -2840484 or 6072532. OLE color: 6072532.

HSL color Cylindrical-coordinate representation of color #D4A85C: hue angle of 38º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4A85C is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB21216892-
CMYK00.210.570.17
HSL38º58.25%59.61%-
HSV(B)38º56.6%83.14%-
XYZ43.0942.7816.11-
YUV172.4982.58156.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.92%
GREEN value IS 168 (66.02% from 255) = 35.59%
BLUE value IS 92 (36.33% from 255) = 19.49%
R=44.92%
G=35.59%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121689200.210.570.173858.2559.61
HexD4A85C0153911263a3c
Octal3242501340257121467274
Binary1101010010101000101110001010111100110001100110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A85C; }

 p { color: rgb(212,168,92); }

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

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

 a { background-color: rgb(212,168,92); }

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

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

 span { border-color: rgb(212,168,92); }

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