Html Css Color HEX #D1A45B Apache

📋 copy color: '#D1A45B'

red 209 ◦ green 164 ◦ blue 91

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

Shades of Apache #D1A45B

Tints of Apache #D1A45B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.61%

R = 45.04%
G = 35.34%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1A45B (or 0xD1A45B) is known color: Apache. HEX triplet: D1, A4 and 5B. RGB value is (209,164,91). Sum of RGB (Red+Green+Blue) = 209+164+91=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A45B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A45B is #2E5BA4. Grayscale: #A9A9A9. Windows color (decimal): -3038117 or 6005969. OLE color: 6005969.

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

Color convert

RGB 209 164 91 -
CMYK 0 0.22 0.56 0.18
HSL 37.12º 0.56% 0.59% -
HSV(B) 37.12º 0.56% 0.82% -
XYZ 41.46 40.86 15.6 -
YUV 169.13 83.91 156.44 -
System Red Green Blue C M Y K H S L
Decimal 209 164 91 0 0.22 0.56 0.18 37.12 0.56 0.59
Hex D1 A4 5B 0 16 38 12 25 38 3B
Octal 321 244 133 0 26 70 22 45 70 73
Binary 11010001 10100100 1011011 0 10110 111000 10010 100101 111000 111011

Color Harmonies of #D1A45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A45B

Black with #D1A45B

Text Example


Text Example

White with #D1A45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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