Html Css Color HEX #D7A756 Apache

📋 copy color: '#D7A756'

red 215 ◦ green 167 ◦ blue 86

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

Shades of Apache #D7A756

Tints of Apache #D7A756

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.68%

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

R = 45.94%
G = 35.68%
B = 18.38%

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

#D7A756 (or 0xD7A756) is known color: Apache. HEX triplet: D7, A7 and 56. RGB value is (215,167,86). Sum of RGB (Red+Green+Blue) = 215+167+86=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A756 is #2858A9. Grayscale: #ACACAC. Windows color (decimal): -2644138 or 5679063. OLE color: 5679063.

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

Color convert

RGB 215 167 86 -
CMYK 0 0.22 0.6 0.16
HSL 37.67º 0.62% 0.59% -
HSV(B) 37.67º 0.6% 0.84% -
XYZ 43.52 42.76 14.76 -
YUV 172.12 79.4 158.59 -
System Red Green Blue C M Y K H S L
Decimal 215 167 86 0 0.22 0.6 0.16 37.67 0.62 0.59
Hex D7 A7 56 0 16 3C 10 26 3E 3B
Octal 327 247 126 0 26 74 20 46 76 73
Binary 11010111 10100111 1010110 0 10110 111100 10000 100110 111110 111011

Color Harmonies of #D7A756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A756

Black with #D7A756

Text Example


Text Example

White with #D7A756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A756; }

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

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

background-color css

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

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

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

border-color css

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

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

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