Html Css Color HEX #D1A263 Apache

📋 copy color: '#D1A263'

red 209 ◦ green 162 ◦ blue 99

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

Shades of Apache #D1A263

Tints of Apache #D1A263

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.47%

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

R = 44.47%
G = 34.47%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D1A263 (or 0xD1A263) is known color: Apache. HEX triplet: D1, A2 and 63. RGB value is (209,162,99). Sum of RGB (Red+Green+Blue) = 209+162+99=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A263 is #2E5D9C. Grayscale: #A9A9A9. Windows color (decimal): -3038621 or 6529745. OLE color: 6529745.

HSL color Cylindrical-coordinate representation of color #D1A263: hue angle of 34.36º 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 #D1A263 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 162 99 -
CMYK 0 0.22 0.53 0.18
HSL 34.36º 0.54% 0.6% -
HSV(B) 34.36º 0.53% 0.82% -
XYZ 41.47 40.3 17.4 -
YUV 168.87 88.57 156.62 -
System Red Green Blue C M Y K H S L
Decimal 209 162 99 0 0.22 0.53 0.18 34.36 0.54 0.6
Hex D1 A2 63 0 16 35 12 22 36 3C
Octal 321 242 143 0 26 65 22 42 66 74
Binary 11010001 10100010 1100011 0 10110 110101 10010 100010 110110 111100

Color Harmonies of #D1A263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A263

Black with #D1A263

Text Example


Text Example

White with #D1A263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A263; }

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

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

background-color css

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

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

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

border-color css

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

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

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