Html Css Color HEX #D6A659 Apache

📋 copy color: '#D6A659'

red 214 ◦ green 166 ◦ blue 89

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

Shades of Apache #D6A659

Tints of Apache #D6A659

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.39%

 BLUE value IS 89 (35.16% from 255) = 18.98%

R = 45.63%
G = 35.39%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6A659 (or 0xD6A659) is known color: Apache. HEX triplet: D6, A6 and 59. RGB value is (214,166,89). Sum of RGB (Red+Green+Blue) = 214+166+89=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 89 (35.16% from 255 or 18.98% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A659 is #2959A6. Grayscale: #ABABAB. Windows color (decimal): -2709927 or 5875414. OLE color: 5875414.

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

Color convert

RGB 214 166 89 -
CMYK 0 0.22 0.58 0.16
HSL 36.96º 0.6% 0.59% -
HSV(B) 36.96º 0.58% 0.84% -
XYZ 43.17 42.29 15.34 -
YUV 171.57 81.4 158.26 -
System Red Green Blue C M Y K H S L
Decimal 214 166 89 0 0.22 0.58 0.16 36.96 0.6 0.59
Hex D6 A6 59 0 16 3A 10 25 3C 3B
Octal 326 246 131 0 26 72 20 45 74 73
Binary 11010110 10100110 1011001 0 10110 111010 10000 100101 111100 111011

Color Harmonies of #D6A659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A659

Black with #D6A659

Text Example


Text Example

White with #D6A659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A659; }

 p { color: rgb(214,166,89); }

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

background-color css

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

 a { background-color: rgb(214,166,89); }

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

border-color css

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

 span { border-color: rgb(214,166,89); }

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