Html Css Color HEX #D6A669 Apache

📋 copy color: '#D6A669'

red 214 ◦ green 166 ◦ blue 105

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

Shades of Apache #D6A669

Tints of Apache #D6A669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.65%

R = 44.12%
G = 34.23%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D6A669 (or 0xD6A669) is known color: Apache. HEX triplet: D6, A6 and 69. RGB value is (214,166,105). Sum of RGB (Red+Green+Blue) = 214+166+105=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A669 is #295996. Grayscale: #ADADAD. Windows color (decimal): -2709911 or 6923990. OLE color: 6923990.

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

Color convert

RGB 214 166 105 -
CMYK 0 0.22 0.51 0.16
HSL 33.58º 0.57% 0.63% -
HSV(B) 33.58º 0.51% 0.84% -
XYZ 43.92 42.59 19.27 -
YUV 173.4 89.4 156.96 -
System Red Green Blue C M Y K H S L
Decimal 214 166 105 0 0.22 0.51 0.16 33.58 0.57 0.63
Hex D6 A6 69 0 16 33 10 22 39 3F
Octal 326 246 151 0 26 63 20 42 71 77
Binary 11010110 10100110 1101001 0 10110 110011 10000 100010 111001 111111

Color Harmonies of #D6A669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A669

Black with #D6A669

Text Example


Text Example

White with #D6A669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A669; }

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

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

background-color css

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

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

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

border-color css

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

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

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