Html Css Color HEX #D1A65E Apache

📋 copy color: '#D1A65E'

red 209 ◦ green 166 ◦ blue 94

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

Shades of Apache #D1A65E

Tints of Apache #D1A65E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.39%

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

R = 44.56%
G = 35.39%
B = 20.04%

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

#D1A65E (or 0xD1A65E) is known color: Apache. HEX triplet: D1, A6 and 5E. RGB value is (209,166,94). Sum of RGB (Red+Green+Blue) = 209+166+94=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A65E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A65E is #2E59A1. Grayscale: #AAAAAA. Windows color (decimal): -3037602 or 6203089. OLE color: 6203089.

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

Color convert

RGB 209 166 94 -
CMYK 0 0.21 0.55 0.18
HSL 37.57º 0.56% 0.59% -
HSV(B) 37.57º 0.55% 0.82% -
XYZ 41.95 41.64 16.42 -
YUV 170.65 84.75 155.35 -
System Red Green Blue C M Y K H S L
Decimal 209 166 94 0 0.21 0.55 0.18 37.57 0.56 0.59
Hex D1 A6 5E 0 15 37 12 26 38 3B
Octal 321 246 136 0 25 67 22 46 70 73
Binary 11010001 10100110 1011110 0 10101 110111 10010 100110 111000 111011

Color Harmonies of #D1A65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A65E

Black with #D1A65E

Text Example


Text Example

White with #D1A65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A65E; }

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

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

background-color css

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

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

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

border-color css

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

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

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