Html Css Color HEX #D0A063 Apache

📋 copy color: '#D0A063'

red 208 ◦ green 160 ◦ blue 99

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

Shades of Apache #D0A063

Tints of Apache #D0A063

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.26%

 BLUE value IS 99 (39.06% from 255) = 21.2%

R = 44.54%
G = 34.26%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D0A063 (or 0xD0A063) is known color: Apache. HEX triplet: D0, A0 and 63. RGB value is (208,160,99). Sum of RGB (Red+Green+Blue) = 208+160+99=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A063 is #2F5F9C. Grayscale: #A7A7A7. Windows color (decimal): -3104669 or 6529232. OLE color: 6529232.

HSL color Cylindrical-coordinate representation of color #D0A063: hue angle of 33.58º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0A063 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 160 99 -
CMYK 0 0.23 0.52 0.18
HSL 33.58º 0.54% 0.6% -
HSV(B) 33.58º 0.52% 0.82% -
XYZ 40.84 39.45 17.27 -
YUV 167.4 89.4 156.96 -
System Red Green Blue C M Y K H S L
Decimal 208 160 99 0 0.23 0.52 0.18 33.58 0.54 0.6
Hex D0 A0 63 0 17 34 12 22 36 3C
Octal 320 240 143 0 27 64 22 42 66 74
Binary 11010000 10100000 1100011 0 10111 110100 10010 100010 110110 111100

Color Harmonies of #D0A063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A063

Black with #D0A063

Text Example


Text Example

White with #D0A063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A063; }

 p { color: rgb(208,160,99); }

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

background-color css

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

 a { background-color: rgb(208,160,99); }

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

border-color css

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

 span { border-color: rgb(208,160,99); }

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