#D2A94E

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

Shades of Apache #D2A94E

Tints of Apache #D2A94E

Color information

#D2A94E (or 0xD2A94E) is unknown color: approx Apache. HEX triplet: D2, A9 and 4E. RGB value is (210,169,78). Sum of RGB (Red+Green+Blue) = 210+169+78=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A94E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A94E is #2D56B1. Grayscale: #ABABAB. Windows color (decimal): -2971314 or 5155282. OLE color: 5155282.

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

Color convert

RGB21016978-
CMYK00.200.630.18
HSL41.36º59.46%56.47%-
HSV(B)41.36º62.86%82.35%-
XYZ42.1442.6313.21-
YUV170.8875.58155.9-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.95%
GREEN value IS 169 (66.41% from 255) = 36.98%
BLUE value IS 78 (30.86% from 255) = 17.07%
R=45.95%
G=36.98%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101697800.200.630.1841.3659.4656.47
HexD2A94E0143F12293b38
Octal3222511160247722517370
Binary1101001010101001100111001010011111110010101001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A94E; }

 p { color: rgb(210,169,78); }

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

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

 a { background-color: rgb(210,169,78); }

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

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

 span { border-color: rgb(210,169,78); }

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