Html Css Color HEX #D9A560 Apache

📋 copy color: '#D9A560'

red 217 ◦ green 165 ◦ blue 96

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

Shades of Apache #D9A560

Tints of Apache #D9A560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.08%

R = 45.4%
G = 34.52%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9A560 (or 0xD9A560) is known color: Apache. HEX triplet: D9, A5 and 60. RGB value is (217,165,96). Sum of RGB (Red+Green+Blue) = 217+165+96=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A560 is #265A9F. Grayscale: #ADADAD. Windows color (decimal): -2513568 or 6333913. OLE color: 6333913.

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

Color convert

RGB 217 165 96 -
CMYK 0 0.24 0.56 0.15
HSL 34.21º 0.61% 0.61% -
HSV(B) 34.21º 0.56% 0.85% -
XYZ 44.18 42.51 16.94 -
YUV 172.68 84.73 159.61 -
System Red Green Blue C M Y K H S L
Decimal 217 165 96 0 0.24 0.56 0.15 34.21 0.61 0.61
Hex D9 A5 60 0 18 38 F 22 3D 3D
Octal 331 245 140 0 30 70 17 42 75 75
Binary 11011001 10100101 1100000 0 11000 111000 1111 100010 111101 111101

Color Harmonies of #D9A560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A560

Black with #D9A560

Text Example


Text Example

White with #D9A560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A560; }

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

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

background-color css

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

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

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

border-color css

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

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

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