Html Css Color HEX #D6A665 Apache

📋 copy color: '#D6A665'

red 214 ◦ green 166 ◦ blue 101

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

Shades of Apache #D6A665

Tints of Apache #D6A665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21%

R = 44.49%
G = 34.51%
B = 21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D6A665 (or 0xD6A665) is known color: Apache. HEX triplet: D6, A6 and 65. RGB value is (214,166,101). Sum of RGB (Red+Green+Blue) = 214+166+101=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A665 is #29599A. Grayscale: #ADADAD. Windows color (decimal): -2709915 or 6661846. OLE color: 6661846.

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

Color convert

RGB 214 166 101 -
CMYK 0 0.22 0.53 0.16
HSL 34.51º 0.58% 0.62% -
HSV(B) 34.51º 0.53% 0.84% -
XYZ 43.72 42.51 18.21 -
YUV 172.94 87.4 157.29 -
System Red Green Blue C M Y K H S L
Decimal 214 166 101 0 0.22 0.53 0.16 34.51 0.58 0.62
Hex D6 A6 65 0 16 35 10 23 3A 3E
Octal 326 246 145 0 26 65 20 43 72 76
Binary 11010110 10100110 1100101 0 10110 110101 10000 100011 111010 111110

Color Harmonies of #D6A665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A665

Black with #D6A665

Text Example


Text Example

White with #D6A665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A665; }

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

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

background-color css

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

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

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

border-color css

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

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

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