Html Css Color HEX #D1A45E Apache

📋 copy color: '#D1A45E'

red 209 ◦ green 164 ◦ blue 94

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

Shades of Apache #D1A45E

Tints of Apache #D1A45E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.12%

 BLUE value IS 94 (37.11% from 255) = 20.13%

R = 44.75%
G = 35.12%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1A45E (or 0xD1A45E) is known color: Apache. HEX triplet: D1, A4 and 5E. RGB value is (209,164,94). Sum of RGB (Red+Green+Blue) = 209+164+94=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A45E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A45E is #2E5BA1. Grayscale: #A9A9A9. Windows color (decimal): -3038114 or 6202577. OLE color: 6202577.

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

Color convert

RGB 209 164 94 -
CMYK 0 0.22 0.55 0.18
HSL 36.52º 0.56% 0.59% -
HSV(B) 36.52º 0.55% 0.82% -
XYZ 41.59 40.91 16.29 -
YUV 169.48 85.41 156.19 -
System Red Green Blue C M Y K H S L
Decimal 209 164 94 0 0.22 0.55 0.18 36.52 0.56 0.59
Hex D1 A4 5E 0 16 37 12 25 38 3B
Octal 321 244 136 0 26 67 22 45 70 73
Binary 11010001 10100100 1011110 0 10110 110111 10010 100101 111000 111011

Color Harmonies of #D1A45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A45E

Black with #D1A45E

Text Example


Text Example

White with #D1A45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A45E; }

 p { color: rgb(209,164,94); }

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

background-color css

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

 a { background-color: rgb(209,164,94); }

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

border-color css

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

 span { border-color: rgb(209,164,94); }

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