Html Css Color HEX #D7A85E Apache

📋 copy color: '#D7A85E'

red 215 ◦ green 168 ◦ blue 94

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

Shades of Apache #D7A85E

Tints of Apache #D7A85E

RGB

 RED value IS 215 (84.38% from 255) = 45.07%

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

 BLUE value IS 94 (37.11% from 255) = 19.71%

R = 45.07%
G = 35.22%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7A85E (or 0xD7A85E) is known color: Apache. HEX triplet: D7, A8 and 5E. RGB value is (215,168,94). Sum of RGB (Red+Green+Blue) = 215+168+94=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A85E is #2857A1. Grayscale: #ADADAD. Windows color (decimal): -2643874 or 6203607. OLE color: 6203607.

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

Color convert

RGB 215 168 94 -
CMYK 0 0.22 0.56 0.16
HSL 36.69º 0.6% 0.61% -
HSV(B) 36.69º 0.56% 0.84% -
XYZ 44.05 43.26 16.62 -
YUV 173.62 83.07 157.52 -
System Red Green Blue C M Y K H S L
Decimal 215 168 94 0 0.22 0.56 0.16 36.69 0.6 0.61
Hex D7 A8 5E 0 16 38 10 25 3C 3D
Octal 327 250 136 0 26 70 20 45 74 75
Binary 11010111 10101000 1011110 0 10110 111000 10000 100101 111100 111101

Color Harmonies of #D7A85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A85E

Black with #D7A85E

Text Example


Text Example

White with #D7A85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A85E; }

 p { color: rgb(215,168,94); }

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

background-color css

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

 a { background-color: rgb(215,168,94); }

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

border-color css

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

 span { border-color: rgb(215,168,94); }

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