Html Css Color HEX #D0A163 Apache

📋 copy color: '#D0A163'

red 208 ◦ green 161 ◦ blue 99

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

Shades of Apache #D0A163

Tints of Apache #D0A163

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.4%

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

R = 44.44%
G = 34.4%
B = 21.15%

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

#D0A163 (or 0xD0A163) is known color: Apache. HEX triplet: D0, A1 and 63. RGB value is (208,161,99). Sum of RGB (Red+Green+Blue) = 208+161+99=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A163 is #2F5E9C. Grayscale: #A8A8A8. Windows color (decimal): -3104413 or 6529488. OLE color: 6529488.

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

Color convert

RGB 208 161 99 -
CMYK 0 0.23 0.52 0.18
HSL 34.13º 0.54% 0.6% -
HSV(B) 34.13º 0.52% 0.82% -
XYZ 41.01 39.8 17.33 -
YUV 167.99 89.07 156.54 -
System Red Green Blue C M Y K H S L
Decimal 208 161 99 0 0.23 0.52 0.18 34.13 0.54 0.6
Hex D0 A1 63 0 17 34 12 22 36 3C
Octal 320 241 143 0 27 64 22 42 66 74
Binary 11010000 10100001 1100011 0 10111 110100 10010 100010 110110 111100

Color Harmonies of #D0A163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A163

Black with #D0A163

Text Example


Text Example

White with #D0A163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A163; }

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

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

background-color css

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

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

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

border-color css

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

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

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