Html Css Color HEX #D7A465 Apache

📋 copy color: '#D7A465'

red 215 ◦ green 164 ◦ blue 101

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

Shades of Apache #D7A465

Tints of Apache #D7A465

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.17%

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

R = 44.79%
G = 34.17%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D7A465 (or 0xD7A465) is known color: Apache. HEX triplet: D7, A4 and 65. RGB value is (215,164,101). Sum of RGB (Red+Green+Blue) = 215+164+101=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A465 is #285B9A. Grayscale: #ACACAC. Windows color (decimal): -2644891 or 6661335. OLE color: 6661335.

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

Color convert

RGB 215 164 101 -
CMYK 0 0.24 0.53 0.16
HSL 33.16º 0.59% 0.62% -
HSV(B) 33.16º 0.53% 0.84% -
XYZ 43.65 41.94 18.11 -
YUV 172.07 87.9 158.62 -
System Red Green Blue C M Y K H S L
Decimal 215 164 101 0 0.24 0.53 0.16 33.16 0.59 0.62
Hex D7 A4 65 0 18 35 10 21 3B 3E
Octal 327 244 145 0 30 65 20 41 73 76
Binary 11010111 10100100 1100101 0 11000 110101 10000 100001 111011 111110

Color Harmonies of #D7A465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A465

Black with #D7A465

Text Example


Text Example

White with #D7A465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A465; }

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

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

background-color css

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

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

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

border-color css

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

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

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