Html Css Color HEX #D1A156 Apache

📋 copy color: '#D1A156'

red 209 ◦ green 161 ◦ blue 86

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

Shades of Apache #D1A156

Tints of Apache #D1A156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.86%

R = 45.83%
G = 35.31%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D1A156 (or 0xD1A156) is known color: Apache. HEX triplet: D1, A1 and 56. RGB value is (209,161,86). Sum of RGB (Red+Green+Blue) = 209+161+86=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A156 is #2E5EA9. Grayscale: #A7A7A7. Windows color (decimal): -3038890 or 5677521. OLE color: 5677521.

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

Color convert

RGB 209 161 86 -
CMYK 0 0.23 0.59 0.18
HSL 36.59º 0.57% 0.58% -
HSV(B) 36.59º 0.59% 0.82% -
XYZ 40.72 39.72 14.32 -
YUV 166.8 82.4 158.1 -
System Red Green Blue C M Y K H S L
Decimal 209 161 86 0 0.23 0.59 0.18 36.59 0.57 0.58
Hex D1 A1 56 0 17 3B 12 25 39 3A
Octal 321 241 126 0 27 73 22 45 71 72
Binary 11010001 10100001 1010110 0 10111 111011 10010 100101 111001 111010

Color Harmonies of #D1A156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A156

Black with #D1A156

Text Example


Text Example

White with #D1A156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A156; }

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

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

background-color css

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

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

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

border-color css

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

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

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