Html Css Color HEX #D7A565 Apache

📋 copy color: '#D7A565'

red 215 ◦ green 165 ◦ blue 101

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

Shades of Apache #D7A565

Tints of Apache #D7A565

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.3%

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

R = 44.7%
G = 34.3%
B = 21%

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

#D7A565 (or 0xD7A565) is known color: Apache. HEX triplet: D7, A5 and 65. RGB value is (215,165,101). Sum of RGB (Red+Green+Blue) = 215+165+101=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A565 is #285A9A. Grayscale: #ACACAC. Windows color (decimal): -2644635 or 6661591. OLE color: 6661591.

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

Color convert

RGB 215 165 101 -
CMYK 0 0.23 0.53 0.16
HSL 33.68º 0.59% 0.62% -
HSV(B) 33.68º 0.53% 0.84% -
XYZ 43.83 42.3 18.17 -
YUV 172.65 87.57 158.2 -
System Red Green Blue C M Y K H S L
Decimal 215 165 101 0 0.23 0.53 0.16 33.68 0.59 0.62
Hex D7 A5 65 0 17 35 10 22 3B 3E
Octal 327 245 145 0 27 65 20 42 73 76
Binary 11010111 10100101 1100101 0 10111 110101 10000 100010 111011 111110

Color Harmonies of #D7A565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A565

Black with #D7A565

Text Example


Text Example

White with #D7A565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A565; }

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

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

background-color css

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

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

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

border-color css

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

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

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