Html Css Color HEX #D7A856 Apache

📋 copy color: '#D7A856'

red 215 ◦ green 168 ◦ blue 86

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

Shades of Apache #D7A856

Tints of Apache #D7A856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.34%

R = 45.84%
G = 35.82%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.6

 K value IS 0.16

RGB Variations

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

Color information

#D7A856 (or 0xD7A856) is known color: Apache. HEX triplet: D7, A8 and 56. RGB value is (215,168,86). Sum of RGB (Red+Green+Blue) = 215+168+86=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A856 is #2857A9. Grayscale: #ADADAD. Windows color (decimal): -2643882 or 5679319. OLE color: 5679319.

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

Color convert

RGB 215 168 86 -
CMYK 0 0.22 0.6 0.16
HSL 38.14º 0.62% 0.59% -
HSV(B) 38.14º 0.6% 0.84% -
XYZ 43.71 43.12 14.82 -
YUV 172.71 79.07 158.17 -
System Red Green Blue C M Y K H S L
Decimal 215 168 86 0 0.22 0.6 0.16 38.14 0.62 0.59
Hex D7 A8 56 0 16 3C 10 26 3E 3B
Octal 327 250 126 0 26 74 20 46 76 73
Binary 11010111 10101000 1010110 0 10110 111100 10000 100110 111110 111011

Color Harmonies of #D7A856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A856

Black with #D7A856

Text Example


Text Example

White with #D7A856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A856; }

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

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

background-color css

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

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

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

border-color css

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

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

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