Html Css Color HEX #D7A464 Apache

📋 copy color: '#D7A464'

red 215 ◦ green 164 ◦ blue 100

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

Shades of Apache #D7A464

Tints of Apache #D7A464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.88%

R = 44.89%
G = 34.24%
B = 20.88%

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

#D7A464 (or 0xD7A464) is known color: Apache. HEX triplet: D7, A4 and 64. RGB value is (215,164,100). Sum of RGB (Red+Green+Blue) = 215+164+100=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A464 is #285B9B. Grayscale: #ACACAC. Windows color (decimal): -2644892 or 6595799. OLE color: 6595799.

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

Color convert

RGB 215 164 100 -
CMYK 0 0.24 0.53 0.16
HSL 33.39º 0.59% 0.62% -
HSV(B) 33.39º 0.53% 0.84% -
XYZ 43.6 41.92 17.85 -
YUV 171.95 87.4 158.7 -
System Red Green Blue C M Y K H S L
Decimal 215 164 100 0 0.24 0.53 0.16 33.39 0.59 0.62
Hex D7 A4 64 0 18 35 10 21 3B 3E
Octal 327 244 144 0 30 65 20 41 73 76
Binary 11010111 10100100 1100100 0 11000 110101 10000 100001 111011 111110

Color Harmonies of #D7A464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A464

Black with #D7A464

Text Example


Text Example

White with #D7A464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A464; }

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

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

background-color css

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

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

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

border-color css

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

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

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