Html Css Color HEX #D1A164 Apache

📋 copy color: '#D1A164'

red 209 ◦ green 161 ◦ blue 100

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

Shades of Apache #D1A164

Tints of Apache #D1A164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.28%

R = 44.47%
G = 34.26%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D1A164 (or 0xD1A164) is known color: Apache. HEX triplet: D1, A1 and 64. RGB value is (209,161,100). Sum of RGB (Red+Green+Blue) = 209+161+100=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A164 is #2E5E9B. Grayscale: #A8A8A8. Windows color (decimal): -3038876 or 6595025. OLE color: 6595025.

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

Color convert

RGB 209 161 100 -
CMYK 0 0.23 0.52 0.18
HSL 33.58º 0.54% 0.61% -
HSV(B) 33.58º 0.52% 0.82% -
XYZ 41.34 39.97 17.59 -
YUV 168.4 89.4 156.96 -
System Red Green Blue C M Y K H S L
Decimal 209 161 100 0 0.23 0.52 0.18 33.58 0.54 0.61
Hex D1 A1 64 0 17 34 12 22 36 3D
Octal 321 241 144 0 27 64 22 42 66 75
Binary 11010001 10100001 1100100 0 10111 110100 10010 100010 110110 111101

Color Harmonies of #D1A164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A164

Black with #D1A164

Text Example


Text Example

White with #D1A164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A164; }

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

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

background-color css

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

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

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

border-color css

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

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

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