Html Css Color HEX #D9A65D Apache

📋 copy color: '#D9A65D'

red 217 ◦ green 166 ◦ blue 93

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

Shades of Apache #D9A65D

Tints of Apache #D9A65D

RGB

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

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

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

R = 45.59%
G = 34.87%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9A65D (or 0xD9A65D) is known color: Apache. HEX triplet: D9, A6 and 5D. RGB value is (217,166,93). Sum of RGB (Red+Green+Blue) = 217+166+93=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A65D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A65D is #2659A2. Grayscale: #ADADAD. Windows color (decimal): -2513315 or 6137561. OLE color: 6137561.

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

Color convert

RGB 217 166 93 -
CMYK 0 0.24 0.57 0.15
HSL 35.32º 0.62% 0.61% -
HSV(B) 35.32º 0.57% 0.85% -
XYZ 44.23 42.81 16.29 -
YUV 172.93 82.9 159.44 -
System Red Green Blue C M Y K H S L
Decimal 217 166 93 0 0.24 0.57 0.15 35.32 0.62 0.61
Hex D9 A6 5D 0 18 39 F 23 3E 3D
Octal 331 246 135 0 30 71 17 43 76 75
Binary 11011001 10100110 1011101 0 11000 111001 1111 100011 111110 111101

Color Harmonies of #D9A65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A65D

Black with #D9A65D

Text Example


Text Example

White with #D9A65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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