Html Css Color HEX #D5AB5E Apache

📋 copy color: '#D5AB5E'

red 213 ◦ green 171 ◦ blue 94

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

Shades of Apache #D5AB5E

Tints of Apache #D5AB5E

RGB

 RED value IS 213 (83.59% from 255) = 44.56%

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

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

R = 44.56%
G = 35.77%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5AB5E (or 0xD5AB5E) is known color: Apache. HEX triplet: D5, AB and 5E. RGB value is (213,171,94). Sum of RGB (Red+Green+Blue) = 213+171+94=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB5E is #2A54A1. Grayscale: #AFAFAF. Windows color (decimal): -2774178 or 6204373. OLE color: 6204373.

HSL color Cylindrical-coordinate representation of color #D5AB5E: hue angle of 38.82º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5AB5E is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 171 94 -
CMYK 0 0.20 0.56 0.16
HSL 38.82º 0.59% 0.6% -
HSV(B) 38.82º 0.56% 0.84% -
XYZ 44.02 44.08 16.78 -
YUV 174.78 82.41 155.26 -
System Red Green Blue C M Y K H S L
Decimal 213 171 94 0 0.20 0.56 0.16 38.82 0.59 0.6
Hex D5 AB 5E 0 14 38 10 27 3B 3C
Octal 325 253 136 0 24 70 20 47 73 74
Binary 11010101 10101011 1011110 0 10100 111000 10000 100111 111011 111100

Color Harmonies of #D5AB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB5E

Black with #D5AB5E

Text Example


Text Example

White with #D5AB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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