Html Css Color HEX #D9A65F Apache

📋 copy color: '#D9A65F'

red 217 ◦ green 166 ◦ blue 95

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

Shades of Apache #D9A65F

Tints of Apache #D9A65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.87%

R = 45.4%
G = 34.73%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9A65F (or 0xD9A65F) is known color: Apache. HEX triplet: D9, A6 and 5F. RGB value is (217,166,95). Sum of RGB (Red+Green+Blue) = 217+166+95=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 95 (37.5% from 255 or 19.87% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A65F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A65F is #2659A0. Grayscale: #ADADAD. Windows color (decimal): -2513313 or 6268633. OLE color: 6268633.

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

Color convert

RGB 217 166 95 -
CMYK 0 0.24 0.56 0.15
HSL 34.92º 0.62% 0.61% -
HSV(B) 34.92º 0.56% 0.85% -
XYZ 44.32 42.85 16.76 -
YUV 173.16 83.9 159.27 -
System Red Green Blue C M Y K H S L
Decimal 217 166 95 0 0.24 0.56 0.15 34.92 0.62 0.61
Hex D9 A6 5F 0 18 38 F 23 3E 3D
Octal 331 246 137 0 30 70 17 43 76 75
Binary 11011001 10100110 1011111 0 11000 111000 1111 100011 111110 111101

Color Harmonies of #D9A65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A65F

Black with #D9A65F

Text Example


Text Example

White with #D9A65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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