Html Css Color HEX #D9A663 Apache

📋 copy color: '#D9A663'

red 217 ◦ green 166 ◦ blue 99

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

Shades of Apache #D9A663

Tints of Apache #D9A663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.54%

R = 45.02%
G = 34.44%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D9A663 (or 0xD9A663) is known color: Apache. HEX triplet: D9, A6 and 63. RGB value is (217,166,99). Sum of RGB (Red+Green+Blue) = 217+166+99=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A663 is #26599C. Grayscale: #ADADAD. Windows color (decimal): -2513309 or 6530777. OLE color: 6530777.

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

Color convert

RGB 217 166 99 -
CMYK 0 0.24 0.54 0.15
HSL 34.07º 0.61% 0.62% -
HSV(B) 34.07º 0.54% 0.85% -
XYZ 44.5 42.93 17.74 -
YUV 173.61 85.9 158.95 -
System Red Green Blue C M Y K H S L
Decimal 217 166 99 0 0.24 0.54 0.15 34.07 0.61 0.62
Hex D9 A6 63 0 18 36 F 22 3D 3E
Octal 331 246 143 0 30 66 17 42 75 76
Binary 11011001 10100110 1100011 0 11000 110110 1111 100010 111101 111110

Color Harmonies of #D9A663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A663

Black with #D9A663

Text Example


Text Example

White with #D9A663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A663; }

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

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

background-color css

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

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

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

border-color css

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

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

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