Html Css Color HEX #D8A565 Apache

📋 copy color: '#D8A565'

red 216 ◦ green 165 ◦ blue 101

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

Shades of Apache #D8A565

Tints of Apache #D8A565

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.23%

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

R = 44.81%
G = 34.23%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D8A565 (or 0xD8A565) is known color: Apache. HEX triplet: D8, A5 and 65. RGB value is (216,165,101). Sum of RGB (Red+Green+Blue) = 216+165+101=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A565 is #275A9A. Grayscale: #ADADAD. Windows color (decimal): -2579099 or 6661592. OLE color: 6661592.

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

Color convert

RGB 216 165 101 -
CMYK 0 0.24 0.53 0.15
HSL 33.39º 0.6% 0.62% -
HSV(B) 33.39º 0.53% 0.85% -
XYZ 44.12 42.45 18.18 -
YUV 172.95 87.4 158.7 -
System Red Green Blue C M Y K H S L
Decimal 216 165 101 0 0.24 0.53 0.15 33.39 0.6 0.62
Hex D8 A5 65 0 18 35 F 21 3C 3E
Octal 330 245 145 0 30 65 17 41 74 76
Binary 11011000 10100101 1100101 0 11000 110101 1111 100001 111100 111110

Color Harmonies of #D8A565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A565

Black with #D8A565

Text Example


Text Example

White with #D8A565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A565; }

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

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

background-color css

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

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

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

border-color css

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

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

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