Html Css Color HEX #D7A363 Apache

📋 copy color: '#D7A363'

red 215 ◦ green 163 ◦ blue 99

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

Shades of Apache #D7A363

Tints of Apache #D7A363

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.17%

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

R = 45.07%
G = 34.17%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D7A363 (or 0xD7A363) is known color: Apache. HEX triplet: D7, A3 and 63. RGB value is (215,163,99). Sum of RGB (Red+Green+Blue) = 215+163+99=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A363 is #285C9C. Grayscale: #ABABAB. Windows color (decimal): -2645149 or 6530007. OLE color: 6530007.

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

Color convert

RGB 215 163 99 -
CMYK 0 0.24 0.54 0.16
HSL 33.1º 0.59% 0.62% -
HSV(B) 33.1º 0.54% 0.84% -
XYZ 43.37 41.54 17.54 -
YUV 171.25 87.23 159.2 -
System Red Green Blue C M Y K H S L
Decimal 215 163 99 0 0.24 0.54 0.16 33.1 0.59 0.62
Hex D7 A3 63 0 18 36 10 21 3B 3E
Octal 327 243 143 0 30 66 20 41 73 76
Binary 11010111 10100011 1100011 0 11000 110110 10000 100001 111011 111110

Color Harmonies of #D7A363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A363

Black with #D7A363

Text Example


Text Example

White with #D7A363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A363; }

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

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

background-color css

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

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

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

border-color css

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

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

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