Html Css Color HEX #D6A666 Apache

📋 copy color: '#D6A666'

red 214 ◦ green 166 ◦ blue 102

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

Shades of Apache #D6A666

Tints of Apache #D6A666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.16%

R = 44.4%
G = 34.44%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D6A666 (or 0xD6A666) is known color: Apache. HEX triplet: D6, A6 and 66. RGB value is (214,166,102). Sum of RGB (Red+Green+Blue) = 214+166+102=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A666 is #295999. Grayscale: #ADADAD. Windows color (decimal): -2709914 or 6727382. OLE color: 6727382.

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

Color convert

RGB 214 166 102 -
CMYK 0 0.22 0.52 0.16
HSL 34.29º 0.58% 0.62% -
HSV(B) 34.29º 0.52% 0.84% -
XYZ 43.77 42.53 18.47 -
YUV 173.06 87.9 157.2 -
System Red Green Blue C M Y K H S L
Decimal 214 166 102 0 0.22 0.52 0.16 34.29 0.58 0.62
Hex D6 A6 66 0 16 34 10 22 3A 3E
Octal 326 246 146 0 26 64 20 42 72 76
Binary 11010110 10100110 1100110 0 10110 110100 10000 100010 111010 111110

Color Harmonies of #D6A666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A666

Black with #D6A666

Text Example


Text Example

White with #D6A666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A666; }

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

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

background-color css

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

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

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

border-color css

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

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

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