#D2B057

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

Shades of Apache #D2B057

Tints of Apache #D2B057

Color information

#D2B057 (or 0xD2B057) is unknown color: approx Apache. HEX triplet: D2, B0 and 57. RGB value is (210,176,87). Sum of RGB (Red+Green+Blue) = 210+176+87=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 87 (34.38% from 255 or 18.39% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B057 is #2D4FA8. Grayscale: #B0B0B0. Windows color (decimal): -2969513 or 5746898. OLE color: 5746898.

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

Color convert

RGB21017687-
CMYK00.160.590.18
HSL43.41º57.75%58.24%-
HSV(B)43.41º58.57%82.35%-
XYZ43.8245.4415.48-
YUV176.0277.76152.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.40%
GREEN value IS 176 (69.14% from 255) = 37.21%
BLUE value IS 87 (34.38% from 255) = 18.39%
R=44.40%
G=37.21%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101768700.160.590.1843.4157.7558.24
HexD2B0570103B122b3a3a
Octal3222601270207322537272
Binary1101001010110000101011101000011101110010101011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B057; }

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

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

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

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

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

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

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

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