Html Css Color HEX #D9A75F Apache

📋 copy color: '#D9A75F'

red 217 ◦ green 167 ◦ blue 95

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

Shades of Apache #D9A75F

Tints of Apache #D9A75F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.86%

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

R = 45.3%
G = 34.86%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9A75F (or 0xD9A75F) is known color: Apache. HEX triplet: D9, A7 and 5F. RGB value is (217,167,95). Sum of RGB (Red+Green+Blue) = 217+167+95=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A75F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A75F is #2658A0. Grayscale: #AEAEAE. Windows color (decimal): -2513057 or 6268889. OLE color: 6268889.

HSL color Cylindrical-coordinate representation of color #D9A75F: hue angle of 35.41º 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 #D9A75F is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 167 95 -
CMYK 0 0.23 0.56 0.15
HSL 35.41º 0.62% 0.61% -
HSV(B) 35.41º 0.56% 0.85% -
XYZ 44.5 43.22 16.82 -
YUV 173.74 83.57 158.85 -
System Red Green Blue C M Y K H S L
Decimal 217 167 95 0 0.23 0.56 0.15 35.41 0.62 0.61
Hex D9 A7 5F 0 17 38 F 23 3E 3D
Octal 331 247 137 0 27 70 17 43 76 75
Binary 11011001 10100111 1011111 0 10111 111000 1111 100011 111110 111101

Color Harmonies of #D9A75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A75F

Black with #D9A75F

Text Example


Text Example

White with #D9A75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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