Html Css Color HEX #D1A05C Apache

📋 copy color: '#D1A05C'

red 209 ◦ green 160 ◦ blue 92

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

Shades of Apache #D1A05C

Tints of Apache #D1A05C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.71%

 BLUE value IS 92 (36.33% from 255) = 19.96%

R = 45.34%
G = 34.71%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1A05C (or 0xD1A05C) is known color: Apache. HEX triplet: D1, A0 and 5C. RGB value is (209,160,92). Sum of RGB (Red+Green+Blue) = 209+160+92=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A05C is #2E5FA3. Grayscale: #A7A7A7. Windows color (decimal): -3039140 or 6070481. OLE color: 6070481.

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

Color convert

RGB 209 160 92 -
CMYK 0 0.23 0.56 0.18
HSL 34.87º 0.56% 0.59% -
HSV(B) 34.87º 0.56% 0.82% -
XYZ 40.8 39.47 15.59 -
YUV 166.9 85.73 158.03 -
System Red Green Blue C M Y K H S L
Decimal 209 160 92 0 0.23 0.56 0.18 34.87 0.56 0.59
Hex D1 A0 5C 0 17 38 12 23 38 3B
Octal 321 240 134 0 27 70 22 43 70 73
Binary 11010001 10100000 1011100 0 10111 111000 10010 100011 111000 111011

Color Harmonies of #D1A05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A05C

Black with #D1A05C

Text Example


Text Example

White with #D1A05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A05C; }

 p { color: rgb(209,160,92); }

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

background-color css

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

 a { background-color: rgb(209,160,92); }

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

border-color css

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

 span { border-color: rgb(209,160,92); }

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