#D1B154

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

Shades of Apache #D1B154

Tints of Apache #D1B154

Color information

#D1B154 (or 0xD1B154) is unknown color: approx Apache. HEX triplet: D1, B1 and 54. RGB value is (209,177,84). Sum of RGB (Red+Green+Blue) = 209+177+84=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 84 (33.20% from 255 or 17.87% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B154 is #2E4EAB. Grayscale: #B0B0B0. Windows color (decimal): -3034796 or 5550545. OLE color: 5550545.

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

Color convert

RGB20917784-
CMYK00.150.600.18
HSL44.64º57.6%57.45%-
HSV(B)44.64º59.81%81.96%-
XYZ43.6245.6414.9-
YUV175.9776.1151.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.47%
GREEN value IS 177 (69.53% from 255) = 37.66%
BLUE value IS 84 (33.20% from 255) = 17.87%
R=44.47%
G=37.66%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091778400.150.600.1844.6457.657.45
HexD1B1540F3C122d3a39
Octal3212611240177422557271
Binary110100011011000110101000111111110010010101101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B154; }

 p { color: rgb(209,177,84); }

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

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

 a { background-color: rgb(209,177,84); }

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

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

 span { border-color: rgb(209,177,84); }

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