Html Css Color HEX #D8A665 Apache

📋 copy color: '#D8A665'

red 216 ◦ green 166 ◦ blue 101

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

Shades of Apache #D8A665

Tints of Apache #D8A665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.91%

R = 44.72%
G = 34.37%
B = 20.91%

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

#D8A665 (or 0xD8A665) is known color: Apache. HEX triplet: D8, A6 and 65. RGB value is (216,166,101). Sum of RGB (Red+Green+Blue) = 216+166+101=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A665 is #27599A. Grayscale: #ADADAD. Windows color (decimal): -2578843 or 6661848. OLE color: 6661848.

HSL color Cylindrical-coordinate representation of color #D8A665: hue angle of 33.91º degrees, saturation: 0.6, 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 #D8A665 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 166 101 -
CMYK 0 0.23 0.53 0.15
HSL 33.91º 0.6% 0.62% -
HSV(B) 33.91º 0.53% 0.85% -
XYZ 44.3 42.81 18.24 -
YUV 173.54 87.07 158.29 -
System Red Green Blue C M Y K H S L
Decimal 216 166 101 0 0.23 0.53 0.15 33.91 0.6 0.62
Hex D8 A6 65 0 17 35 F 22 3C 3E
Octal 330 246 145 0 27 65 17 42 74 76
Binary 11011000 10100110 1100101 0 10111 110101 1111 100010 111100 111110

Color Harmonies of #D8A665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A665

Black with #D8A665

Text Example


Text Example

White with #D8A665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A665; }

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

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

background-color css

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

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

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

border-color css

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

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

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