Html Css Color HEX #D9A565 Apache

📋 copy color: '#D9A565'

red 217 ◦ green 165 ◦ blue 101

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

Shades of Apache #D9A565

Tints of Apache #D9A565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.91%

R = 44.93%
G = 34.16%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D9A565 (or 0xD9A565) is known color: Apache. HEX triplet: D9, A5 and 65. RGB value is (217,165,101). Sum of RGB (Red+Green+Blue) = 217+165+101=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A565 is #265A9A. Grayscale: #ADADAD. Windows color (decimal): -2513563 or 6661593. OLE color: 6661593.

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

Color convert

RGB 217 165 101 -
CMYK 0 0.24 0.53 0.15
HSL 33.1º 0.6% 0.62% -
HSV(B) 33.1º 0.53% 0.85% -
XYZ 44.42 42.6 18.19 -
YUV 173.25 87.23 159.2 -
System Red Green Blue C M Y K H S L
Decimal 217 165 101 0 0.24 0.53 0.15 33.1 0.6 0.62
Hex D9 A5 65 0 18 35 F 21 3C 3E
Octal 331 245 145 0 30 65 17 41 74 76
Binary 11011001 10100101 1100101 0 11000 110101 1111 100001 111100 111110

Color Harmonies of #D9A565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A565

Black with #D9A565

Text Example


Text Example

White with #D9A565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A565; }

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

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

background-color css

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

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

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

border-color css

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

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

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