Html Css Color HEX #D8A860 Apache

📋 copy color: '#D8A860'

red 216 ◦ green 168 ◦ blue 96

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

Shades of Apache #D8A860

Tints of Apache #D8A860

RGB

 RED value IS 216 (84.77% from 255) = 45%

 GREEN value IS 168 (66.02% from 255) = 35%

 BLUE value IS 96 (37.89% from 255) = 20%

R = 45%
G = 35%
B = 20%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8A860 (or 0xD8A860) is known color: Apache. HEX triplet: D8, A8 and 60. RGB value is (216,168,96). Sum of RGB (Red+Green+Blue) = 216+168+96=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A860 is #27579F. Grayscale: #AEAEAE. Windows color (decimal): -2578336 or 6334680. OLE color: 6334680.

HSL color Cylindrical-coordinate representation of color #D8A860: hue angle of 36º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8A860 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 168 96 -
CMYK 0 0.22 0.56 0.15
HSL 36º 0.61% 0.61% -
HSV(B) 36º 0.56% 0.85% -
XYZ 44.43 43.45 17.11 -
YUV 174.14 83.9 157.85 -
System Red Green Blue C M Y K H S L
Decimal 216 168 96 0 0.22 0.56 0.15 36 0.61 0.61
Hex D8 A8 60 0 16 38 F 24 3D 3D
Octal 330 250 140 0 26 70 17 44 75 75
Binary 11011000 10101000 1100000 0 10110 111000 1111 100100 111101 111101

Color Harmonies of #D8A860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A860

Black with #D8A860

Text Example


Text Example

White with #D8A860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A860; }

 p { color: rgb(216,168,96); }

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

background-color css

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

 a { background-color: rgb(216,168,96); }

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

border-color css

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

 span { border-color: rgb(216,168,96); }

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