Html Css Color HEX #D6AA63 Apache

📋 copy color: '#D6AA63'

red 214 ◦ green 170 ◦ blue 99

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

Shades of Apache #D6AA63

Tints of Apache #D6AA63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.5%

R = 44.31%
G = 35.2%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D6AA63 (or 0xD6AA63) is known color: Apache. HEX triplet: D6, AA and 63. RGB value is (214,170,99). Sum of RGB (Red+Green+Blue) = 214+170+99=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AA63 is #29559C. Grayscale: #AFAFAF. Windows color (decimal): -2708893 or 6531798. OLE color: 6531798.

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

Color convert

RGB 214 170 99 -
CMYK 0 0.21 0.54 0.16
HSL 37.04º 0.58% 0.61% -
HSV(B) 37.04º 0.54% 0.84% -
XYZ 44.36 43.95 17.95 -
YUV 175.06 85.08 155.77 -
System Red Green Blue C M Y K H S L
Decimal 214 170 99 0 0.21 0.54 0.16 37.04 0.58 0.61
Hex D6 AA 63 0 15 36 10 25 3A 3D
Octal 326 252 143 0 25 66 20 45 72 75
Binary 11010110 10101010 1100011 0 10101 110110 10000 100101 111010 111101

Color Harmonies of #D6AA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AA63

Black with #D6AA63

Text Example


Text Example

White with #D6AA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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