Html Css Color HEX #D8A765 Apache

📋 copy color: '#D8A765'

red 216 ◦ green 167 ◦ blue 101

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

Shades of Apache #D8A765

Tints of Apache #D8A765

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.5%

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

R = 44.63%
G = 34.5%
B = 20.87%

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

#D8A765 (or 0xD8A765) is known color: Apache. HEX triplet: D8, A7 and 65. RGB value is (216,167,101). Sum of RGB (Red+Green+Blue) = 216+167+101=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A765 is #27589A. Grayscale: #AEAEAE. Windows color (decimal): -2578587 or 6662104. OLE color: 6662104.

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

Color convert

RGB 216 167 101 -
CMYK 0 0.23 0.53 0.15
HSL 34.43º 0.6% 0.62% -
HSV(B) 34.43º 0.53% 0.85% -
XYZ 44.49 43.18 18.3 -
YUV 174.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 216 167 101 0 0.23 0.53 0.15 34.43 0.6 0.62
Hex D8 A7 65 0 17 35 F 22 3C 3E
Octal 330 247 145 0 27 65 17 42 74 76
Binary 11011000 10100111 1100101 0 10111 110101 1111 100010 111100 111110

Color Harmonies of #D8A765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A765

Black with #D8A765

Text Example


Text Example

White with #D8A765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A765; }

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

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

background-color css

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

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

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

border-color css

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

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

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