#D4B057

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

Shades of Apache #D4B057

Tints of Apache #D4B057

Color information

#D4B057 (or 0xD4B057) is unknown color: approx Apache. HEX triplet: D4, B0 and 57. RGB value is (212,176,87). Sum of RGB (Red+Green+Blue) = 212+176+87=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 87 (34.38% from 255 or 18.32% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B057 is #2B4FA8. Grayscale: #B1B1B1. Windows color (decimal): -2838441 or 5746900. OLE color: 5746900.

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

Color convert

RGB21217687-
CMYK00.170.590.17
HSL42.72º59.24%58.63%-
HSV(B)42.72º58.96%83.14%-
XYZ44.445.7415.5-
YUV176.6277.43153.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.63%
GREEN value IS 176 (69.14% from 255) = 37.05%
BLUE value IS 87 (34.38% from 255) = 18.32%
R=44.63%
G=37.05%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121768700.170.590.1742.7259.2458.63
HexD4B0570113B112b3b3b
Octal3242601270217321537373
Binary1101010010110000101011101000111101110001101011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B057; }

 p { color: rgb(212,176,87); }

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

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

 a { background-color: rgb(212,176,87); }

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

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

 span { border-color: rgb(212,176,87); }

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