Html Css Color HEX #D7A663 Apache

📋 copy color: '#D7A663'

red 215 ◦ green 166 ◦ blue 99

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

Shades of Apache #D7A663

Tints of Apache #D7A663

RGB

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

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

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

R = 44.79%
G = 34.58%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D7A663 (or 0xD7A663) is known color: Apache. HEX triplet: D7, A6 and 63. RGB value is (215,166,99). Sum of RGB (Red+Green+Blue) = 215+166+99=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 99 (39.06% from 255 or 20.62% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A663 is #28599C. Grayscale: #ADADAD. Windows color (decimal): -2644381 or 6530775. OLE color: 6530775.

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

Color convert

RGB 215 166 99 -
CMYK 0 0.23 0.54 0.16
HSL 34.66º 0.59% 0.62% -
HSV(B) 34.66º 0.54% 0.84% -
XYZ 43.91 42.62 17.72 -
YUV 173.01 86.23 157.95 -
System Red Green Blue C M Y K H S L
Decimal 215 166 99 0 0.23 0.54 0.16 34.66 0.59 0.62
Hex D7 A6 63 0 17 36 10 23 3B 3E
Octal 327 246 143 0 27 66 20 43 73 76
Binary 11010111 10100110 1100011 0 10111 110110 10000 100011 111011 111110

Color Harmonies of #D7A663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A663

Black with #D7A663

Text Example


Text Example

White with #D7A663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A663; }

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

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

background-color css

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

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

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

border-color css

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

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

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