Html Css Color HEX #D9A669 Apache

📋 copy color: '#D9A669'

red 217 ◦ green 166 ◦ blue 105

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

Shades of Apache #D9A669

Tints of Apache #D9A669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.52%

R = 44.47%
G = 34.02%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D9A669 (or 0xD9A669) is known color: Apache. HEX triplet: D9, A6 and 69. RGB value is (217,166,105). Sum of RGB (Red+Green+Blue) = 217+166+105=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A669 is #265996. Grayscale: #AEAEAE. Windows color (decimal): -2513303 or 6923993. OLE color: 6923993.

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

Color convert

RGB 217 166 105 -
CMYK 0 0.24 0.52 0.15
HSL 32.68º 0.6% 0.63% -
HSV(B) 32.68º 0.52% 0.85% -
XYZ 44.8 43.04 19.31 -
YUV 174.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 217 166 105 0 0.24 0.52 0.15 32.68 0.6 0.63
Hex D9 A6 69 0 18 34 F 21 3C 3F
Octal 331 246 151 0 30 64 17 41 74 77
Binary 11011001 10100110 1101001 0 11000 110100 1111 100001 111100 111111

Color Harmonies of #D9A669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A669

Black with #D9A669

Text Example


Text Example

White with #D9A669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A669; }

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

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

background-color css

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

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

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

border-color css

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

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

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