Html Css Color HEX #D7A155 Apache

📋 copy color: '#D7A155'

red 215 ◦ green 161 ◦ blue 85

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

Shades of Apache #D7A155

Tints of Apache #D7A155

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.92%

 BLUE value IS 85 (33.59% from 255) = 18.44%

R = 46.64%
G = 34.92%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D7A155 (or 0xD7A155) is known color: Apache. HEX triplet: D7, A1 and 55. RGB value is (215,161,85). Sum of RGB (Red+Green+Blue) = 215+161+85=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A155 is #285EAA. Grayscale: #A8A8A8. Windows color (decimal): -2645675 or 5611991. OLE color: 5611991.

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

Color convert

RGB 215 161 85 -
CMYK 0 0.25 0.60 0.16
HSL 35.08º 0.62% 0.59% -
HSV(B) 35.08º 0.6% 0.84% -
XYZ 42.41 40.59 14.19 -
YUV 168.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 215 161 85 0 0.25 0.60 0.16 35.08 0.62 0.59
Hex D7 A1 55 0 19 3C 10 23 3E 3B
Octal 327 241 125 0 31 74 20 43 76 73
Binary 11010111 10100001 1010101 0 11001 111100 10000 100011 111110 111011

Color Harmonies of #D7A155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A155

Black with #D7A155

Text Example


Text Example

White with #D7A155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A155; }

 p { color: rgb(215,161,85); }

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

background-color css

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

 a { background-color: rgb(215,161,85); }

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

border-color css

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

 span { border-color: rgb(215,161,85); }

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