Html Css Color HEX #D9A866 Apache

📋 copy color: '#D9A866'

red 217 ◦ green 168 ◦ blue 102

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

Shades of Apache #D9A866

Tints of Apache #D9A866

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.5%

 BLUE value IS 102 (40.23% from 255) = 20.94%

R = 44.56%
G = 34.5%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D9A866 (or 0xD9A866) is known color: Apache. HEX triplet: D9, A8 and 66. RGB value is (217,168,102). Sum of RGB (Red+Green+Blue) = 217+168+102=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A866 is #265799. Grayscale: #AFAFAF. Windows color (decimal): -2512794 or 6727897. OLE color: 6727897.

HSL color Cylindrical-coordinate representation of color #D9A866: hue angle of 34.43º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9A866 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 168 102 -
CMYK 0 0.23 0.53 0.15
HSL 34.43º 0.6% 0.63% -
HSV(B) 34.43º 0.53% 0.85% -
XYZ 45.02 43.72 18.64 -
YUV 175.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 217 168 102 0 0.23 0.53 0.15 34.43 0.6 0.63
Hex D9 A8 66 0 17 35 F 22 3C 3F
Octal 331 250 146 0 27 65 17 42 74 77
Binary 11011001 10101000 1100110 0 10111 110101 1111 100010 111100 111111

Color Harmonies of #D9A866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A866

Black with #D9A866

Text Example


Text Example

White with #D9A866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A866; }

 p { color: rgb(217,168,102); }

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

background-color css

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

 a { background-color: rgb(217,168,102); }

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

border-color css

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

 span { border-color: rgb(217,168,102); }

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