Html Css Color HEX #D1A668 Apache

📋 copy color: '#D1A668'

red 209 ◦ green 166 ◦ blue 104

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

Shades of Apache #D1A668

Tints of Apache #D1A668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.71%

R = 43.63%
G = 34.66%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D1A668 (or 0xD1A668) is known color: Apache. HEX triplet: D1, A6 and 68. RGB value is (209,166,104). Sum of RGB (Red+Green+Blue) = 209+166+104=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A668 is #2E5997. Grayscale: #ACACAC. Windows color (decimal): -3037592 or 6858449. OLE color: 6858449.

HSL color Cylindrical-coordinate representation of color #D1A668: hue angle of 35.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1A668 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 166 104 -
CMYK 0 0.21 0.50 0.18
HSL 35.43º 0.53% 0.61% -
HSV(B) 35.43º 0.5% 0.82% -
XYZ 42.43 41.83 18.93 -
YUV 171.79 89.75 154.54 -
System Red Green Blue C M Y K H S L
Decimal 209 166 104 0 0.21 0.50 0.18 35.43 0.53 0.61
Hex D1 A6 68 0 15 32 12 23 35 3D
Octal 321 246 150 0 25 62 22 43 65 75
Binary 11010001 10100110 1101000 0 10101 110010 10010 100011 110101 111101

Color Harmonies of #D1A668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A668

Black with #D1A668

Text Example


Text Example

White with #D1A668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A668; }

 p { color: rgb(209,166,104); }

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

background-color css

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

 a { background-color: rgb(209,166,104); }

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

border-color css

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

 span { border-color: rgb(209,166,104); }

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