Html Css Color HEX #D8A666 Apache

📋 copy color: '#D8A666'

red 216 ◦ green 166 ◦ blue 102

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

Shades of Apache #D8A666

Tints of Apache #D8A666

RGB

 RED value IS 216 (84.77% from 255) = 44.63%

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

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

R = 44.63%
G = 34.3%
B = 21.07%

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

#D8A666 (or 0xD8A666) is known color: Apache. HEX triplet: D8, A6 and 66. RGB value is (216,166,102). Sum of RGB (Red+Green+Blue) = 216+166+102=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A666 is #275999. Grayscale: #ADADAD. Windows color (decimal): -2578842 or 6727384. OLE color: 6727384.

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

Color convert

RGB 216 166 102 -
CMYK 0 0.23 0.53 0.15
HSL 33.68º 0.59% 0.62% -
HSV(B) 33.68º 0.53% 0.85% -
XYZ 44.35 42.83 18.5 -
YUV 173.65 87.57 158.2 -
System Red Green Blue C M Y K H S L
Decimal 216 166 102 0 0.23 0.53 0.15 33.68 0.59 0.62
Hex D8 A6 66 0 17 35 F 22 3B 3E
Octal 330 246 146 0 27 65 17 42 73 76
Binary 11011000 10100110 1100110 0 10111 110101 1111 100010 111011 111110

Color Harmonies of #D8A666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A666

Black with #D8A666

Text Example


Text Example

White with #D8A666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A666; }

 p { color: rgb(216,166,102); }

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

background-color css

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

 a { background-color: rgb(216,166,102); }

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

border-color css

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

 span { border-color: rgb(216,166,102); }

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