Html Css Color HEX #D1A15C Apache

📋 copy color: '#D1A15C'

red 209 ◦ green 161 ◦ blue 92

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

Shades of Apache #D1A15C

Tints of Apache #D1A15C

RGB

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

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

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

R = 45.24%
G = 34.85%
B = 19.91%

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

#D1A15C (or 0xD1A15C) is known color: Apache. HEX triplet: D1, A1 and 5C. RGB value is (209,161,92). Sum of RGB (Red+Green+Blue) = 209+161+92=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A15C is #2E5EA3. Grayscale: #A7A7A7. Windows color (decimal): -3038884 or 6070737. OLE color: 6070737.

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

Color convert

RGB 209 161 92 -
CMYK 0 0.23 0.56 0.18
HSL 35.38º 0.56% 0.59% -
HSV(B) 35.38º 0.56% 0.82% -
XYZ 40.97 39.82 15.65 -
YUV 167.49 85.4 157.61 -
System Red Green Blue C M Y K H S L
Decimal 209 161 92 0 0.23 0.56 0.18 35.38 0.56 0.59
Hex D1 A1 5C 0 17 38 12 23 38 3B
Octal 321 241 134 0 27 70 22 43 70 73
Binary 11010001 10100001 1011100 0 10111 111000 10010 100011 111000 111011

Color Harmonies of #D1A15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A15C

Black with #D1A15C

Text Example


Text Example

White with #D1A15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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