Html Css Color HEX #D7AA63 Apache

📋 copy color: '#D7AA63'

red 215 ◦ green 170 ◦ blue 99

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

Shades of Apache #D7AA63

Tints of Apache #D7AA63

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.12%

 BLUE value IS 99 (39.06% from 255) = 20.45%

R = 44.42%
G = 35.12%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D7AA63 (or 0xD7AA63) is known color: Apache. HEX triplet: D7, AA and 63. RGB value is (215,170,99). Sum of RGB (Red+Green+Blue) = 215+170+99=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 99 (39.06% from 255 or 20.45% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AA63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AA63 is #28559C. Grayscale: #AFAFAF. Windows color (decimal): -2643357 or 6531799. OLE color: 6531799.

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

Color convert

RGB 215 170 99 -
CMYK 0 0.21 0.54 0.16
HSL 36.72º 0.59% 0.62% -
HSV(B) 36.72º 0.54% 0.84% -
XYZ 44.65 44.1 17.96 -
YUV 175.36 84.91 156.27 -
System Red Green Blue C M Y K H S L
Decimal 215 170 99 0 0.21 0.54 0.16 36.72 0.59 0.62
Hex D7 AA 63 0 15 36 10 25 3B 3E
Octal 327 252 143 0 25 66 20 45 73 76
Binary 11010111 10101010 1100011 0 10101 110110 10000 100101 111011 111110

Color Harmonies of #D7AA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AA63

Black with #D7AA63

Text Example


Text Example

White with #D7AA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AA63; }

 p { color: rgb(215,170,99); }

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

background-color css

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

 a { background-color: rgb(215,170,99); }

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

border-color css

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

 span { border-color: rgb(215,170,99); }

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