Html Css Color HEX #D9A85B Apache

📋 copy color: '#D9A85B'

red 217 ◦ green 168 ◦ blue 91

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

Shades of Apache #D9A85B

Tints of Apache #D9A85B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.12%

R = 45.59%
G = 35.29%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9A85B (or 0xD9A85B) is known color: Apache. HEX triplet: D9, A8 and 5B. RGB value is (217,168,91). Sum of RGB (Red+Green+Blue) = 217+168+91=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A85B is #2657A4. Grayscale: #AEAEAE. Windows color (decimal): -2512805 or 6007001. OLE color: 6007001.

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

Color convert

RGB 217 168 91 -
CMYK 0 0.23 0.58 0.15
HSL 36.67º 0.62% 0.6% -
HSV(B) 36.67º 0.58% 0.85% -
XYZ 44.51 43.51 15.95 -
YUV 173.87 81.23 158.76 -
System Red Green Blue C M Y K H S L
Decimal 217 168 91 0 0.23 0.58 0.15 36.67 0.62 0.6
Hex D9 A8 5B 0 17 3A F 25 3E 3C
Octal 331 250 133 0 27 72 17 45 76 74
Binary 11011001 10101000 1011011 0 10111 111010 1111 100101 111110 111100

Color Harmonies of #D9A85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A85B

Black with #D9A85B

Text Example


Text Example

White with #D9A85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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