#D1B05A

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

Shades of Apache #D1B05A

Tints of Apache #D1B05A

Color information

#D1B05A (or 0xD1B05A) is unknown color: approx Apache. HEX triplet: D1, B0 and 5A. RGB value is (209,176,90). Sum of RGB (Red+Green+Blue) = 209+176+90=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B05A is #2E4FA5. Grayscale: #B0B0B0. Windows color (decimal): -3035046 or 5943505. OLE color: 5943505.

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

Color convert

RGB20917690-
CMYK00.160.570.18
HSL43.36º56.4%58.63%-
HSV(B)43.36º56.94%81.96%-
XYZ43.6745.3416.12-
YUV176.0679.43151.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44%
GREEN value IS 176 (69.14% from 255) = 37.05%
BLUE value IS 90 (35.55% from 255) = 18.95%
R=44%
G=37.05%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091769000.160.570.1843.3656.458.63
HexD1B05A01039122b383b
Octal3212601320207122537073
Binary1101000110110000101101001000011100110010101011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B05A; }

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

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

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

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

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

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

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

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