Html Css Color HEX #D7A656 Apache

📋 copy color: '#D7A656'

red 215 ◦ green 166 ◦ blue 86

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

Shades of Apache #D7A656

Tints of Apache #D7A656

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.55%

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

R = 46.04%
G = 35.55%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.6

 K value IS 0.16

RGB Variations

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

Color information

#D7A656 (or 0xD7A656) is known color: Apache. HEX triplet: D7, A6 and 56. RGB value is (215,166,86). Sum of RGB (Red+Green+Blue) = 215+166+86=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A656 is #2859A9. Grayscale: #ABABAB. Windows color (decimal): -2644394 or 5678807. OLE color: 5678807.

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

Color convert

RGB 215 166 86 -
CMYK 0 0.23 0.6 0.16
HSL 37.21º 0.62% 0.59% -
HSV(B) 37.21º 0.6% 0.84% -
XYZ 43.34 42.39 14.7 -
YUV 171.53 79.73 159 -
System Red Green Blue C M Y K H S L
Decimal 215 166 86 0 0.23 0.6 0.16 37.21 0.62 0.59
Hex D7 A6 56 0 17 3C 10 25 3E 3B
Octal 327 246 126 0 27 74 20 45 76 73
Binary 11010111 10100110 1010110 0 10111 111100 10000 100101 111110 111011

Color Harmonies of #D7A656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A656

Black with #D7A656

Text Example


Text Example

White with #D7A656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A656; }

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

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

background-color css

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

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

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

border-color css

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

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

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