Html Css Color HEX #D9A861 Apache

📋 copy color: '#D9A861'

red 217 ◦ green 168 ◦ blue 97

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

Shades of Apache #D9A861

Tints of Apache #D9A861

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.85%

 BLUE value IS 97 (38.28% from 255) = 20.12%

R = 45.02%
G = 34.85%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D9A861 (or 0xD9A861) is known color: Apache. HEX triplet: D9, A8 and 61. RGB value is (217,168,97). Sum of RGB (Red+Green+Blue) = 217+168+97=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A861 is #26579E. Grayscale: #AEAEAE. Windows color (decimal): -2512799 or 6400217. OLE color: 6400217.

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

Color convert

RGB 217 168 97 -
CMYK 0 0.23 0.55 0.15
HSL 35.5º 0.61% 0.62% -
HSV(B) 35.5º 0.55% 0.85% -
XYZ 44.78 43.62 17.37 -
YUV 174.56 84.23 158.27 -
System Red Green Blue C M Y K H S L
Decimal 217 168 97 0 0.23 0.55 0.15 35.5 0.61 0.62
Hex D9 A8 61 0 17 37 F 24 3D 3E
Octal 331 250 141 0 27 67 17 44 75 76
Binary 11011001 10101000 1100001 0 10111 110111 1111 100100 111101 111110

Color Harmonies of #D9A861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A861

Black with #D9A861

Text Example


Text Example

White with #D9A861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A861; }

 p { color: rgb(217,168,97); }

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

background-color css

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

 a { background-color: rgb(217,168,97); }

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

border-color css

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

 span { border-color: rgb(217,168,97); }

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