Html Css Color HEX #D6AA56 Apache

📋 copy color: '#D6AA56'

red 214 ◦ green 170 ◦ blue 86

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

Shades of Apache #D6AA56

Tints of Apache #D6AA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.3%

R = 45.53%
G = 36.17%
B = 18.3%

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

#D6AA56 (or 0xD6AA56) is known color: Apache. HEX triplet: D6, AA and 56. RGB value is (214,170,86). Sum of RGB (Red+Green+Blue) = 214+170+86=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AA56 is #2955A9. Grayscale: #ADADAD. Windows color (decimal): -2708906 or 5679830. OLE color: 5679830.

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

Color convert

RGB 214 170 86 -
CMYK 0 0.21 0.60 0.16
HSL 39.38º 0.61% 0.59% -
HSV(B) 39.38º 0.6% 0.84% -
XYZ 43.79 43.72 14.93 -
YUV 173.58 78.58 156.83 -
System Red Green Blue C M Y K H S L
Decimal 214 170 86 0 0.21 0.60 0.16 39.38 0.61 0.59
Hex D6 AA 56 0 15 3C 10 27 3D 3B
Octal 326 252 126 0 25 74 20 47 75 73
Binary 11010110 10101010 1010110 0 10101 111100 10000 100111 111101 111011

Color Harmonies of #D6AA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AA56

Black with #D6AA56

Text Example


Text Example

White with #D6AA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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