Html Css Color HEX #D7A964 Apache

📋 copy color: '#D7A964'

red 215 ◦ green 169 ◦ blue 100

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

Shades of Apache #D7A964

Tints of Apache #D7A964

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.92%

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

R = 44.42%
G = 34.92%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D7A964 (or 0xD7A964) is known color: Apache. HEX triplet: D7, A9 and 64. RGB value is (215,169,100). Sum of RGB (Red+Green+Blue) = 215+169+100=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A964 is #28569B. Grayscale: #AFAFAF. Windows color (decimal): -2643612 or 6597079. OLE color: 6597079.

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

Color convert

RGB 215 169 100 -
CMYK 0 0.21 0.53 0.16
HSL 36º 0.59% 0.62% -
HSV(B) 36º 0.53% 0.84% -
XYZ 44.51 43.74 18.15 -
YUV 174.89 85.74 156.61 -
System Red Green Blue C M Y K H S L
Decimal 215 169 100 0 0.21 0.53 0.16 36 0.59 0.62
Hex D7 A9 64 0 15 35 10 24 3B 3E
Octal 327 251 144 0 25 65 20 44 73 76
Binary 11010111 10101001 1100100 0 10101 110101 10000 100100 111011 111110

Color Harmonies of #D7A964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A964

Black with #D7A964

Text Example


Text Example

White with #D7A964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A964; }

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

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

background-color css

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

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

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

border-color css

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

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

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