Html Css Color HEX #D8A85C Apache

📋 copy color: '#D8A85C'

red 216 ◦ green 168 ◦ blue 92

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

Shades of Apache #D8A85C

Tints of Apache #D8A85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.33%

R = 45.38%
G = 35.29%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8A85C (or 0xD8A85C) is known color: Apache. HEX triplet: D8, A8 and 5C. RGB value is (216,168,92). Sum of RGB (Red+Green+Blue) = 216+168+92=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A85C is #2757A3. Grayscale: #AEAEAE. Windows color (decimal): -2578340 or 6072536. OLE color: 6072536.

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

Color convert

RGB 216 168 92 -
CMYK 0 0.22 0.57 0.15
HSL 36.77º 0.61% 0.6% -
HSV(B) 36.77º 0.57% 0.85% -
XYZ 44.25 43.38 16.17 -
YUV 173.69 81.9 158.18 -
System Red Green Blue C M Y K H S L
Decimal 216 168 92 0 0.22 0.57 0.15 36.77 0.61 0.6
Hex D8 A8 5C 0 16 39 F 25 3D 3C
Octal 330 250 134 0 26 71 17 45 75 74
Binary 11011000 10101000 1011100 0 10110 111001 1111 100101 111101 111100

Color Harmonies of #D8A85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A85C

Black with #D8A85C

Text Example


Text Example

White with #D8A85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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