Html Css Color HEX #D9A557 Apache

📋 copy color: '#D9A557'

red 217 ◦ green 165 ◦ blue 87

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

Shades of Apache #D9A557

Tints of Apache #D9A557

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.18%

 BLUE value IS 87 (34.38% from 255) = 18.55%

R = 46.27%
G = 35.18%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D9A557 (or 0xD9A557) is known color: Apache. HEX triplet: D9, A5 and 57. RGB value is (217,165,87). Sum of RGB (Red+Green+Blue) = 217+165+87=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 87 (34.38% from 255 or 18.55% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A557 is #265AA8. Grayscale: #ACACAC. Windows color (decimal): -2513577 or 5744089. OLE color: 5744089.

HSL color Cylindrical-coordinate representation of color #D9A557: hue angle of 36º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9A557 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 165 87 -
CMYK 0 0.24 0.60 0.15
HSL 36º 0.63% 0.6% -
HSV(B) 36º 0.6% 0.85% -
XYZ 43.79 42.35 14.88 -
YUV 171.66 80.23 160.34 -
System Red Green Blue C M Y K H S L
Decimal 217 165 87 0 0.24 0.60 0.15 36 0.63 0.6
Hex D9 A5 57 0 18 3C F 24 3F 3C
Octal 331 245 127 0 30 74 17 44 77 74
Binary 11011001 10100101 1010111 0 11000 111100 1111 100100 111111 111100

Color Harmonies of #D9A557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A557

Black with #D9A557

Text Example


Text Example

White with #D9A557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A557; }

 p { color: rgb(217,165,87); }

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

background-color css

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

 a { background-color: rgb(217,165,87); }

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

border-color css

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

 span { border-color: rgb(217,165,87); }

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