Html Css Color HEX #D8A662 Apache

📋 copy color: '#D8A662'

red 216 ◦ green 166 ◦ blue 98

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

Shades of Apache #D8A662

Tints of Apache #D8A662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.42%

R = 45%
G = 34.58%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D8A662 (or 0xD8A662) is known color: Apache. HEX triplet: D8, A6 and 62. RGB value is (216,166,98). Sum of RGB (Red+Green+Blue) = 216+166+98=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A662 is #27599D. Grayscale: #ADADAD. Windows color (decimal): -2578846 or 6465240. OLE color: 6465240.

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

Color convert

RGB 216 166 98 -
CMYK 0 0.23 0.55 0.15
HSL 34.58º 0.6% 0.62% -
HSV(B) 34.58º 0.55% 0.85% -
XYZ 44.16 42.75 17.48 -
YUV 173.2 85.57 158.53 -
System Red Green Blue C M Y K H S L
Decimal 216 166 98 0 0.23 0.55 0.15 34.58 0.6 0.62
Hex D8 A6 62 0 17 37 F 23 3C 3E
Octal 330 246 142 0 27 67 17 43 74 76
Binary 11011000 10100110 1100010 0 10111 110111 1111 100011 111100 111110

Color Harmonies of #D8A662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A662

Black with #D8A662

Text Example


Text Example

White with #D8A662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A662; }

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

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

background-color css

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

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

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

border-color css

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

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

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