Html Css Color HEX #D9AB5E Apache

📋 copy color: '#D9AB5E'

red 217 ◦ green 171 ◦ blue 94

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

Shades of Apache #D9AB5E

Tints of Apache #D9AB5E

RGB

 RED value IS 217 (85.16% from 255) = 45.02%

 GREEN value IS 171 (67.19% from 255) = 35.48%

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

R = 45.02%
G = 35.48%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9AB5E (or 0xD9AB5E) is known color: Apache. HEX triplet: D9, AB and 5E. RGB value is (217,171,94). Sum of RGB (Red+Green+Blue) = 217+171+94=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB5E is #2654A1. Grayscale: #B0B0B0. Windows color (decimal): -2512034 or 6204377. OLE color: 6204377.

HSL color Cylindrical-coordinate representation of color #D9AB5E: hue angle of 37.56º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9AB5E is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 171 94 -
CMYK 0 0.21 0.57 0.15
HSL 37.56º 0.62% 0.61% -
HSV(B) 37.56º 0.57% 0.85% -
XYZ 45.2 44.69 16.83 -
YUV 175.98 81.74 157.26 -
System Red Green Blue C M Y K H S L
Decimal 217 171 94 0 0.21 0.57 0.15 37.56 0.62 0.61
Hex D9 AB 5E 0 15 39 F 26 3E 3D
Octal 331 253 136 0 25 71 17 46 76 75
Binary 11011001 10101011 1011110 0 10101 111001 1111 100110 111110 111101

Color Harmonies of #D9AB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AB5E

Black with #D9AB5E

Text Example


Text Example

White with #D9AB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AB5E; }

 p { color: rgb(217,171,94); }

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

background-color css

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

 a { background-color: rgb(217,171,94); }

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

border-color css

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

 span { border-color: rgb(217,171,94); }

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