Html Css Color HEX #D9A65C Apache

📋 copy color: '#D9A65C'

red 217 ◦ green 166 ◦ blue 92

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

Shades of Apache #D9A65C

Tints of Apache #D9A65C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.37%

R = 45.68%
G = 34.95%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9A65C (or 0xD9A65C) is known color: Apache. HEX triplet: D9, A6 and 5C. RGB value is (217,166,92). Sum of RGB (Red+Green+Blue) = 217+166+92=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A65C is #2659A3. Grayscale: #ADADAD. Windows color (decimal): -2513316 or 6072025. OLE color: 6072025.

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

Color convert

RGB 217 166 92 -
CMYK 0 0.24 0.58 0.15
HSL 35.52º 0.62% 0.61% -
HSV(B) 35.52º 0.58% 0.85% -
XYZ 44.18 42.8 16.06 -
YUV 172.81 82.4 159.52 -
System Red Green Blue C M Y K H S L
Decimal 217 166 92 0 0.24 0.58 0.15 35.52 0.62 0.61
Hex D9 A6 5C 0 18 3A F 24 3E 3D
Octal 331 246 134 0 30 72 17 44 76 75
Binary 11011001 10100110 1011100 0 11000 111010 1111 100100 111110 111101

Color Harmonies of #D9A65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A65C

Black with #D9A65C

Text Example


Text Example

White with #D9A65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A65C; }

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

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

background-color css

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

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

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

border-color css

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

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

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