Html Css Color HEX #D9A85D Apache

📋 copy color: '#D9A85D'

red 217 ◦ green 168 ◦ blue 93

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

Shades of Apache #D9A85D

Tints of Apache #D9A85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.46%

R = 45.4%
G = 35.15%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9A85D (or 0xD9A85D) is known color: Apache. HEX triplet: D9, A8 and 5D. RGB value is (217,168,93). Sum of RGB (Red+Green+Blue) = 217+168+93=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A85D is #2657A2. Grayscale: #AEAEAE. Windows color (decimal): -2512803 or 6138073. OLE color: 6138073.

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

Color convert

RGB 217 168 93 -
CMYK 0 0.23 0.57 0.15
HSL 36.29º 0.62% 0.61% -
HSV(B) 36.29º 0.57% 0.85% -
XYZ 44.59 43.55 16.41 -
YUV 174.1 82.23 158.6 -
System Red Green Blue C M Y K H S L
Decimal 217 168 93 0 0.23 0.57 0.15 36.29 0.62 0.61
Hex D9 A8 5D 0 17 39 F 24 3E 3D
Octal 331 250 135 0 27 71 17 44 76 75
Binary 11011001 10101000 1011101 0 10111 111001 1111 100100 111110 111101

Color Harmonies of #D9A85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A85D

Black with #D9A85D

Text Example


Text Example

White with #D9A85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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