#D1B056

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

Shades of Apache #D1B056

Tints of Apache #D1B056

Color information

#D1B056 (or 0xD1B056) is unknown color: approx Apache. HEX triplet: D1, B0 and 56. RGB value is (209,176,86). Sum of RGB (Red+Green+Blue) = 209+176+86=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B056 is #2E4FA9. Grayscale: #B0B0B0. Windows color (decimal): -3035050 or 5681361. OLE color: 5681361.

HSL color Cylindrical-coordinate representation of color #D1B056: hue angle of 43.9º degrees, saturation: 0.57, 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 #D1B056 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB20917686-
CMYK00.160.590.18
HSL43.9º57.21%57.84%-
HSV(B)43.9º58.85%81.96%-
XYZ43.545.2815.25-
YUV175.6177.43151.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.37%
GREEN value IS 176 (69.14% from 255) = 37.37%
BLUE value IS 86 (33.98% from 255) = 18.26%
R=44.37%
G=37.37%
B=18.26%

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
Decimal2091768600.160.590.1843.957.2157.84
HexD1B0560103B122c393a
Octal3212601260207322547172
Binary1101000110110000101011001000011101110010101100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B056; }

 p { color: rgb(209,176,86); }

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

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

 a { background-color: rgb(209,176,86); }

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

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

 span { border-color: rgb(209,176,86); }

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