Html Css Color HEX #D1A663 Apache

📋 copy color: '#D1A663'

red 209 ◦ green 166 ◦ blue 99

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

Shades of Apache #D1A663

Tints of Apache #D1A663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.89%

R = 44.09%
G = 35.02%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D1A663 (or 0xD1A663) is known color: Apache. HEX triplet: D1, A6 and 63. RGB value is (209,166,99). Sum of RGB (Red+Green+Blue) = 209+166+99=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A663 is #2E599C. Grayscale: #ABABAB. Windows color (decimal): -3037597 or 6530769. OLE color: 6530769.

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

Color convert

RGB 209 166 99 -
CMYK 0 0.21 0.53 0.18
HSL 36.55º 0.54% 0.6% -
HSV(B) 36.55º 0.53% 0.82% -
XYZ 42.18 41.73 17.64 -
YUV 171.22 87.25 154.95 -
System Red Green Blue C M Y K H S L
Decimal 209 166 99 0 0.21 0.53 0.18 36.55 0.54 0.6
Hex D1 A6 63 0 15 35 12 25 36 3C
Octal 321 246 143 0 25 65 22 45 66 74
Binary 11010001 10100110 1100011 0 10101 110101 10010 100101 110110 111100

Color Harmonies of #D1A663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A663

Black with #D1A663

Text Example


Text Example

White with #D1A663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A663; }

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

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

background-color css

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

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

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

border-color css

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

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

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