Html Css Color HEX #D5A95A Apache

📋 copy color: '#D5A95A'

red 213 ◦ green 169 ◦ blue 90

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

Shades of Apache #D5A95A

Tints of Apache #D5A95A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.81%

 BLUE value IS 90 (35.55% from 255) = 19.07%

R = 45.13%
G = 35.81%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D5A95A (or 0xD5A95A) is known color: Apache. HEX triplet: D5, A9 and 5A. RGB value is (213,169,90). Sum of RGB (Red+Green+Blue) = 213+169+90=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A95A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A95A is #2A56A5. Grayscale: #ADADAD. Windows color (decimal): -2774694 or 5941717. OLE color: 5941717.

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

Color convert

RGB 213 169 90 -
CMYK 0 0.21 0.58 0.16
HSL 38.54º 0.59% 0.59% -
HSV(B) 38.54º 0.58% 0.84% -
XYZ 43.47 43.26 15.73 -
YUV 173.15 81.08 156.42 -
System Red Green Blue C M Y K H S L
Decimal 213 169 90 0 0.21 0.58 0.16 38.54 0.59 0.59
Hex D5 A9 5A 0 15 3A 10 27 3B 3B
Octal 325 251 132 0 25 72 20 47 73 73
Binary 11010101 10101001 1011010 0 10101 111010 10000 100111 111011 111011

Color Harmonies of #D5A95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A95A

Black with #D5A95A

Text Example


Text Example

White with #D5A95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A95A; }

 p { color: rgb(213,169,90); }

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

background-color css

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

 a { background-color: rgb(213,169,90); }

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

border-color css

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

 span { border-color: rgb(213,169,90); }

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