Html Css Color HEX #D8A661 Apache

📋 copy color: '#D8A661'

red 216 ◦ green 166 ◦ blue 97

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

Shades of Apache #D8A661

Tints of Apache #D8A661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.25%

R = 45.09%
G = 34.66%
B = 20.25%

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

#D8A661 (or 0xD8A661) is known color: Apache. HEX triplet: D8, A6 and 61. RGB value is (216,166,97). Sum of RGB (Red+Green+Blue) = 216+166+97=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A661 is #27599E. Grayscale: #ADADAD. Windows color (decimal): -2578847 or 6399704. OLE color: 6399704.

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

Color convert

RGB 216 166 97 -
CMYK 0 0.23 0.55 0.15
HSL 34.79º 0.6% 0.61% -
HSV(B) 34.79º 0.55% 0.85% -
XYZ 44.11 42.73 17.23 -
YUV 173.08 85.07 158.61 -
System Red Green Blue C M Y K H S L
Decimal 216 166 97 0 0.23 0.55 0.15 34.79 0.6 0.61
Hex D8 A6 61 0 17 37 F 23 3C 3D
Octal 330 246 141 0 27 67 17 43 74 75
Binary 11011000 10100110 1100001 0 10111 110111 1111 100011 111100 111101

Color Harmonies of #D8A661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A661

Black with #D8A661

Text Example


Text Example

White with #D8A661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A661; }

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

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

background-color css

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

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

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

border-color css

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

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

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