Html Css Color HEX #D1A55E Apache

📋 copy color: '#D1A55E'

red 209 ◦ green 165 ◦ blue 94

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

Shades of Apache #D1A55E

Tints of Apache #D1A55E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.26%

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

R = 44.66%
G = 35.26%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1A55E (or 0xD1A55E) is known color: Apache. HEX triplet: D1, A5 and 5E. RGB value is (209,165,94). Sum of RGB (Red+Green+Blue) = 209+165+94=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A55E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A55E is #2E5AA1. Grayscale: #AAAAAA. Windows color (decimal): -3037858 or 6202833. OLE color: 6202833.

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

Color convert

RGB 209 165 94 -
CMYK 0 0.21 0.55 0.18
HSL 37.04º 0.56% 0.59% -
HSV(B) 37.04º 0.55% 0.82% -
XYZ 41.77 41.27 16.35 -
YUV 170.06 85.08 155.77 -
System Red Green Blue C M Y K H S L
Decimal 209 165 94 0 0.21 0.55 0.18 37.04 0.56 0.59
Hex D1 A5 5E 0 15 37 12 25 38 3B
Octal 321 245 136 0 25 67 22 45 70 73
Binary 11010001 10100101 1011110 0 10101 110111 10010 100101 111000 111011

Color Harmonies of #D1A55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A55E

Black with #D1A55E

Text Example


Text Example

White with #D1A55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A55E; }

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

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

background-color css

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

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

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

border-color css

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

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

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