Html Css Color HEX #D6AA5F Apache

📋 copy color: '#D6AA5F'

red 214 ◦ green 170 ◦ blue 95

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

Shades of Apache #D6AA5F

Tints of Apache #D6AA5F

RGB

 RED value IS 214 (83.98% from 255) = 44.68%

 GREEN value IS 170 (66.8% from 255) = 35.49%

 BLUE value IS 95 (37.5% from 255) = 19.83%

R = 44.68%
G = 35.49%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6AA5F (or 0xD6AA5F) is known color: Apache. HEX triplet: D6, AA and 5F. RGB value is (214,170,95). Sum of RGB (Red+Green+Blue) = 214+170+95=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AA5F is #2955A0. Grayscale: #AEAEAE. Windows color (decimal): -2708897 or 6269654. OLE color: 6269654.

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

Color convert

RGB 214 170 95 -
CMYK 0 0.21 0.56 0.16
HSL 37.82º 0.59% 0.61% -
HSV(B) 37.82º 0.56% 0.84% -
XYZ 44.17 43.87 16.97 -
YUV 174.61 83.08 156.1 -
System Red Green Blue C M Y K H S L
Decimal 214 170 95 0 0.21 0.56 0.16 37.82 0.59 0.61
Hex D6 AA 5F 0 15 38 10 26 3B 3D
Octal 326 252 137 0 25 70 20 46 73 75
Binary 11010110 10101010 1011111 0 10101 111000 10000 100110 111011 111101

Color Harmonies of #D6AA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AA5F

Black with #D6AA5F

Text Example


Text Example

White with #D6AA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AA5F; }

 p { color: rgb(214,170,95); }

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

background-color css

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

 a { background-color: rgb(214,170,95); }

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

border-color css

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

 span { border-color: rgb(214,170,95); }

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