Html Css Color HEX #D7A665 Apache

📋 copy color: '#D7A665'

red 215 ◦ green 166 ◦ blue 101

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

Shades of Apache #D7A665

Tints of Apache #D7A665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.95%

R = 44.61%
G = 34.44%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D7A665 (or 0xD7A665) is known color: Apache. HEX triplet: D7, A6 and 65. RGB value is (215,166,101). Sum of RGB (Red+Green+Blue) = 215+166+101=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A665 is #28599A. Grayscale: #ADADAD. Windows color (decimal): -2644379 or 6661847. OLE color: 6661847.

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

Color convert

RGB 215 166 101 -
CMYK 0 0.23 0.53 0.16
HSL 34.21º 0.59% 0.62% -
HSV(B) 34.21º 0.53% 0.84% -
XYZ 44.01 42.66 18.23 -
YUV 173.24 87.23 157.79 -
System Red Green Blue C M Y K H S L
Decimal 215 166 101 0 0.23 0.53 0.16 34.21 0.59 0.62
Hex D7 A6 65 0 17 35 10 22 3B 3E
Octal 327 246 145 0 27 65 20 42 73 76
Binary 11010111 10100110 1100101 0 10111 110101 10000 100010 111011 111110

Color Harmonies of #D7A665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A665

Black with #D7A665

Text Example


Text Example

White with #D7A665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A665; }

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

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

background-color css

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

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

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

border-color css

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

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

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