Html Css Color HEX #D9A75A Apache

📋 copy color: '#D9A75A'

red 217 ◦ green 167 ◦ blue 90

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

Shades of Apache #D9A75A

Tints of Apache #D9A75A

RGB

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

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

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

R = 45.78%
G = 35.23%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9A75A (or 0xD9A75A) is known color: Apache. HEX triplet: D9, A7 and 5A. RGB value is (217,167,90). Sum of RGB (Red+Green+Blue) = 217+167+90=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A75A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A75A is #2658A5. Grayscale: #ADADAD. Windows color (decimal): -2513062 or 5941209. OLE color: 5941209.

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

Color convert

RGB 217 167 90 -
CMYK 0 0.23 0.59 0.15
HSL 36.38º 0.63% 0.6% -
HSV(B) 36.38º 0.59% 0.85% -
XYZ 44.28 43.13 15.66 -
YUV 173.17 81.07 159.26 -
System Red Green Blue C M Y K H S L
Decimal 217 167 90 0 0.23 0.59 0.15 36.38 0.63 0.6
Hex D9 A7 5A 0 17 3B F 24 3F 3C
Octal 331 247 132 0 27 73 17 44 77 74
Binary 11011001 10100111 1011010 0 10111 111011 1111 100100 111111 111100

Color Harmonies of #D9A75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A75A

Black with #D9A75A

Text Example


Text Example

White with #D9A75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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