Html Css Color HEX #D7A661 Apache

📋 copy color: '#D7A661'

red 215 ◦ green 166 ◦ blue 97

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

Shades of Apache #D7A661

Tints of Apache #D7A661

RGB

 RED value IS 215 (84.38% from 255) = 44.98%

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

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

R = 44.98%
G = 34.73%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D7A661 (or 0xD7A661) is known color: Apache. HEX triplet: D7, A6 and 61. RGB value is (215,166,97). Sum of RGB (Red+Green+Blue) = 215+166+97=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A661 is #28599E. Grayscale: #ADADAD. Windows color (decimal): -2644383 or 6399703. OLE color: 6399703.

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

Color convert

RGB 215 166 97 -
CMYK 0 0.23 0.55 0.16
HSL 35.08º 0.6% 0.61% -
HSV(B) 35.08º 0.55% 0.84% -
XYZ 43.82 42.58 17.22 -
YUV 172.79 85.23 158.11 -
System Red Green Blue C M Y K H S L
Decimal 215 166 97 0 0.23 0.55 0.16 35.08 0.6 0.61
Hex D7 A6 61 0 17 37 10 23 3C 3D
Octal 327 246 141 0 27 67 20 43 74 75
Binary 11010111 10100110 1100001 0 10111 110111 10000 100011 111100 111101

Color Harmonies of #D7A661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A661

Black with #D7A661

Text Example


Text Example

White with #D7A661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A661; }

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

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

background-color css

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

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

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

border-color css

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

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

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