Html Css Color HEX #D1AF5E Apache

📋 copy color: '#D1AF5E'

red 209 ◦ green 175 ◦ blue 94

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

Shades of Apache #D1AF5E

Tints of Apache #D1AF5E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.61%

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

R = 43.72%
G = 36.61%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1AF5E (or 0xD1AF5E) is known color: Apache. HEX triplet: D1, AF and 5E. RGB value is (209,175,94). Sum of RGB (Red+Green+Blue) = 209+175+94=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AF5E is #2E50A1. Grayscale: #B0B0B0. Windows color (decimal): -3035298 or 6205393. OLE color: 6205393.

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

Color convert

RGB 209 175 94 -
CMYK 0 0.16 0.55 0.18
HSL 42.26º 0.56% 0.59% -
HSV(B) 42.26º 0.55% 0.82% -
XYZ 43.64 45.02 16.98 -
YUV 175.93 81.76 151.59 -
System Red Green Blue C M Y K H S L
Decimal 209 175 94 0 0.16 0.55 0.18 42.26 0.56 0.59
Hex D1 AF 5E 0 10 37 12 2A 38 3B
Octal 321 257 136 0 20 67 22 52 70 73
Binary 11010001 10101111 1011110 0 10000 110111 10010 101010 111000 111011

Color Harmonies of #D1AF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF5E

Black with #D1AF5E

Text Example


Text Example

White with #D1AF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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