Html Css Color HEX #D1A166 Apache

📋 copy color: '#D1A166'

red 209 ◦ green 161 ◦ blue 102

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

Shades of Apache #D1A166

Tints of Apache #D1A166

RGB

 RED value IS 209 (82.03% from 255) = 44.28%

 GREEN value IS 161 (63.28% from 255) = 34.11%

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

R = 44.28%
G = 34.11%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D1A166 (or 0xD1A166) is known color: Apache. HEX triplet: D1, A1 and 66. RGB value is (209,161,102). Sum of RGB (Red+Green+Blue) = 209+161+102=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A166 is #2E5E99. Grayscale: #A8A8A8. Windows color (decimal): -3038874 or 6726097. OLE color: 6726097.

HSL color Cylindrical-coordinate representation of color #D1A166: hue angle of 33.08º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1A166 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 161 102 -
CMYK 0 0.23 0.51 0.18
HSL 33.08º 0.54% 0.61% -
HSV(B) 33.08º 0.51% 0.82% -
XYZ 41.44 40 18.11 -
YUV 168.63 90.4 156.8 -
System Red Green Blue C M Y K H S L
Decimal 209 161 102 0 0.23 0.51 0.18 33.08 0.54 0.61
Hex D1 A1 66 0 17 33 12 21 36 3D
Octal 321 241 146 0 27 63 22 41 66 75
Binary 11010001 10100001 1100110 0 10111 110011 10010 100001 110110 111101

Color Harmonies of #D1A166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A166

Black with #D1A166

Text Example


Text Example

White with #D1A166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A166; }

 p { color: rgb(209,161,102); }

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

background-color css

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

 a { background-color: rgb(209,161,102); }

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

border-color css

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

 span { border-color: rgb(209,161,102); }

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