Html Css Color HEX #D7A669 Apache

📋 copy color: '#D7A669'

red 215 ◦ green 166 ◦ blue 105

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

Shades of Apache #D7A669

Tints of Apache #D7A669

RGB

 RED value IS 215 (84.38% from 255) = 44.24%

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

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

R = 44.24%
G = 34.16%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D7A669 (or 0xD7A669) is known color: Apache. HEX triplet: D7, A6 and 69. RGB value is (215,166,105). Sum of RGB (Red+Green+Blue) = 215+166+105=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A669 is #285996. Grayscale: #ADADAD. Windows color (decimal): -2644375 or 6923991. OLE color: 6923991.

HSL color Cylindrical-coordinate representation of color #D7A669: hue angle of 33.27º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D7A669 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 166 105 -
CMYK 0 0.23 0.51 0.16
HSL 33.27º 0.58% 0.63% -
HSV(B) 33.27º 0.51% 0.84% -
XYZ 44.21 42.74 19.28 -
YUV 173.7 89.23 157.46 -
System Red Green Blue C M Y K H S L
Decimal 215 166 105 0 0.23 0.51 0.16 33.27 0.58 0.63
Hex D7 A6 69 0 17 33 10 21 3A 3F
Octal 327 246 151 0 27 63 20 41 72 77
Binary 11010111 10100110 1101001 0 10111 110011 10000 100001 111010 111111

Color Harmonies of #D7A669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A669

Black with #D7A669

Text Example


Text Example

White with #D7A669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A669; }

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

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

background-color css

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

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

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

border-color css

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

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

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