Html Css Color HEX #D9A65A Apache

📋 copy color: '#D9A65A'

red 217 ◦ green 166 ◦ blue 90

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

Shades of Apache #D9A65A

Tints of Apache #D9A65A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.1%

 BLUE value IS 90 (35.55% from 255) = 19.03%

R = 45.88%
G = 35.1%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9A65A (or 0xD9A65A) is known color: Apache. HEX triplet: D9, A6 and 5A. RGB value is (217,166,90). Sum of RGB (Red+Green+Blue) = 217+166+90=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A65A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A65A is #2659A5. Grayscale: #ACACAC. Windows color (decimal): -2513318 or 5940953. OLE color: 5940953.

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

Color convert

RGB 217 166 90 -
CMYK 0 0.24 0.59 0.15
HSL 35.91º 0.63% 0.6% -
HSV(B) 35.91º 0.59% 0.85% -
XYZ 44.1 42.76 15.6 -
YUV 172.59 81.4 159.68 -
System Red Green Blue C M Y K H S L
Decimal 217 166 90 0 0.24 0.59 0.15 35.91 0.63 0.6
Hex D9 A6 5A 0 18 3B F 24 3F 3C
Octal 331 246 132 0 30 73 17 44 77 74
Binary 11011001 10100110 1011010 0 11000 111011 1111 100100 111111 111100

Color Harmonies of #D9A65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A65A

Black with #D9A65A

Text Example


Text Example

White with #D9A65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A65A; }

 p { color: rgb(217,166,90); }

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

background-color css

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

 a { background-color: rgb(217,166,90); }

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

border-color css

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

 span { border-color: rgb(217,166,90); }

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