Html Css Color HEX #D0A759 Apache

📋 copy color: '#D0A759'

red 208 ◦ green 167 ◦ blue 89

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

Shades of Apache #D0A759

Tints of Apache #D0A759

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.99%

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

R = 44.83%
G = 35.99%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0A759 (or 0xD0A759) is known color: Apache. HEX triplet: D0, A7 and 59. RGB value is (208,167,89). Sum of RGB (Red+Green+Blue) = 208+167+89=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 89 (35.16% from 255 or 19.18% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A759 is #2F58A6. Grayscale: #AAAAAA. Windows color (decimal): -3102887 or 5875664. OLE color: 5875664.

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

Color convert

RGB 208 167 89 -
CMYK 0 0.20 0.57 0.18
HSL 39.33º 0.56% 0.58% -
HSV(B) 39.33º 0.57% 0.82% -
XYZ 41.63 41.77 15.32 -
YUV 170.37 82.08 154.84 -
System Red Green Blue C M Y K H S L
Decimal 208 167 89 0 0.20 0.57 0.18 39.33 0.56 0.58
Hex D0 A7 59 0 14 39 12 27 38 3A
Octal 320 247 131 0 24 71 22 47 70 72
Binary 11010000 10100111 1011001 0 10100 111001 10010 100111 111000 111010

Color Harmonies of #D0A759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A759

Black with #D0A759

Text Example


Text Example

White with #D0A759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A759; }

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

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

background-color css

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

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

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

border-color css

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

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

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