Html Css Color HEX #D0B059 Apache

📋 copy color: '#D0B059'

red 208 ◦ green 176 ◦ blue 89

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

Shades of Apache #D0B059

Tints of Apache #D0B059

RGB

 RED value IS 208 (81.64% from 255) = 43.97%

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

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

R = 43.97%
G = 37.21%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0B059 (or 0xD0B059) is known color: Apache. HEX triplet: D0, B0 and 59. RGB value is (208,176,89). Sum of RGB (Red+Green+Blue) = 208+176+89=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B059 is #2F4FA6. Grayscale: #B0B0B0. Windows color (decimal): -3100583 or 5877968. OLE color: 5877968.

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

Color convert

RGB 208 176 89 -
CMYK 0 0.15 0.57 0.18
HSL 43.87º 0.56% 0.58% -
HSV(B) 43.87º 0.57% 0.82% -
XYZ 43.34 45.18 15.89 -
YUV 175.65 79.1 151.07 -
System Red Green Blue C M Y K H S L
Decimal 208 176 89 0 0.15 0.57 0.18 43.87 0.56 0.58
Hex D0 B0 59 0 F 39 12 2C 38 3A
Octal 320 260 131 0 17 71 22 54 70 72
Binary 11010000 10110000 1011001 0 1111 111001 10010 101100 111000 111010

Color Harmonies of #D0B059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B059

Black with #D0B059

Text Example


Text Example

White with #D0B059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B059; }

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

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

background-color css

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

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

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

border-color css

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

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

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