Html Css Color HEX #D1B059 Apache

📋 copy color: '#D1B059'

red 209 ◦ green 176 ◦ blue 89

#D1B059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apache #D1B059

Tints of Apache #D1B059

RGB

 RED value IS 209 (82.03% from 255) = 44.09%

 GREEN value IS 176 (69.14% from 255) = 37.13%

 BLUE value IS 89 (35.16% from 255) = 18.78%

R = 44.09%
G = 37.13%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1B059 (or 0xD1B059) is known color: Apache. HEX triplet: D1, B0 and 59. RGB value is (209,176,89). Sum of RGB (Red+Green+Blue) = 209+176+89=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 89 (35.16% from 255 or 18.78% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B059 is #2E4FA6. Grayscale: #B0B0B0. Windows color (decimal): -3035047 or 5877969. OLE color: 5877969.

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

Color convert

RGB 209 176 89 -
CMYK 0 0.16 0.57 0.18
HSL 43.5º 0.57% 0.58% -
HSV(B) 43.5º 0.57% 0.82% -
XYZ 43.62 45.33 15.9 -
YUV 175.95 78.93 151.57 -
System Red Green Blue C M Y K H S L
Decimal 209 176 89 0 0.16 0.57 0.18 43.5 0.57 0.58
Hex D1 B0 59 0 10 39 12 2C 39 3A
Octal 321 260 131 0 20 71 22 54 71 72
Binary 11010001 10110000 1011001 0 10000 111001 10010 101100 111001 111010

Color Harmonies of #D1B059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B059

Black with #D1B059

Text Example


Text Example

White with #D1B059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B059; }

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

 H1.HeaderClassName
 {
   color: #D1B059;
 }
 .AnyTagClassName
 {
   color: #D1B059;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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