#D2B054

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

Shades of Apache #D2B054

Tints of Apache #D2B054

Color information

#D2B054 (or 0xD2B054) is unknown color: approx Apache. HEX triplet: D2, B0 and 54. RGB value is (210,176,84). Sum of RGB (Red+Green+Blue) = 210+176+84=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 84 (33.20% from 255 or 17.87% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B054 is #2D4FAB. Grayscale: #B0B0B0. Windows color (decimal): -2969516 or 5550290. OLE color: 5550290.

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

Color convert

RGB21017684-
CMYK00.160.60.18
HSL43.81º58.33%57.65%-
HSV(B)43.81º60%82.35%-
XYZ43.745.3914.85-
YUV175.6876.26152.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.68%
GREEN value IS 176 (69.14% from 255) = 37.45%
BLUE value IS 84 (33.20% from 255) = 17.87%
R=44.68%
G=37.45%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.6
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101768400.160.60.1843.8158.3357.65
HexD2B0540103C122c3a3a
Octal3222601240207422547272
Binary1101001010110000101010001000011110010010101100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B054; }

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

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

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

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

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

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

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

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