Html Css Color HEX #D5A959 Apache

📋 copy color: '#D5A959'

red 213 ◦ green 169 ◦ blue 89

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

Shades of Apache #D5A959

Tints of Apache #D5A959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 18.9%

R = 45.22%
G = 35.88%
B = 18.9%

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

#D5A959 (or 0xD5A959) is known color: Apache. HEX triplet: D5, A9 and 59. RGB value is (213,169,89). Sum of RGB (Red+Green+Blue) = 213+169+89=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 89 (35.16% from 255 or 18.90% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A959 is #2A56A6. Grayscale: #ADADAD. Windows color (decimal): -2774695 or 5876181. OLE color: 5876181.

HSL color Cylindrical-coordinate representation of color #D5A959: hue angle of 38.71º degrees, saturation: 0.6, 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 #D5A959 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 169 89 -
CMYK 0 0.21 0.58 0.16
HSL 38.71º 0.6% 0.59% -
HSV(B) 38.71º 0.58% 0.84% -
XYZ 43.43 43.24 15.51 -
YUV 173.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 213 169 89 0 0.21 0.58 0.16 38.71 0.6 0.59
Hex D5 A9 59 0 15 3A 10 27 3C 3B
Octal 325 251 131 0 25 72 20 47 74 73
Binary 11010101 10101001 1011001 0 10101 111010 10000 100111 111100 111011

Color Harmonies of #D5A959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A959

Black with #D5A959

Text Example


Text Example

White with #D5A959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A959; }

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

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

background-color css

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

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

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

border-color css

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

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

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