Html Css Color HEX #D6AA55 Apache

📋 copy color: '#D6AA55'

red 214 ◦ green 170 ◦ blue 85

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

Shades of Apache #D6AA55

Tints of Apache #D6AA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.12%

R = 45.63%
G = 36.25%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D6AA55 (or 0xD6AA55) is known color: Apache. HEX triplet: D6, AA and 55. RGB value is (214,170,85). Sum of RGB (Red+Green+Blue) = 214+170+85=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AA55 is #2955AA. Grayscale: #ADADAD. Windows color (decimal): -2708907 or 5614294. OLE color: 5614294.

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

Color convert

RGB 214 170 85 -
CMYK 0 0.21 0.60 0.16
HSL 39.53º 0.61% 0.59% -
HSV(B) 39.53º 0.6% 0.84% -
XYZ 43.75 43.7 14.72 -
YUV 173.47 78.08 156.91 -
System Red Green Blue C M Y K H S L
Decimal 214 170 85 0 0.21 0.60 0.16 39.53 0.61 0.59
Hex D6 AA 55 0 15 3C 10 28 3D 3B
Octal 326 252 125 0 25 74 20 50 75 73
Binary 11010110 10101010 1010101 0 10101 111100 10000 101000 111101 111011

Color Harmonies of #D6AA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AA55

Black with #D6AA55

Text Example


Text Example

White with #D6AA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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