Html Css Color HEX #D7A655 Apache

📋 copy color: '#D7A655'

red 215 ◦ green 166 ◦ blue 85

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

Shades of Apache #D7A655

Tints of Apache #D7A655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.24%

R = 46.14%
G = 35.62%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D7A655 (or 0xD7A655) is known color: Apache. HEX triplet: D7, A6 and 55. RGB value is (215,166,85). Sum of RGB (Red+Green+Blue) = 215+166+85=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A655 is #2859AA. Grayscale: #ABABAB. Windows color (decimal): -2644395 or 5613271. OLE color: 5613271.

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

Color convert

RGB 215 166 85 -
CMYK 0 0.23 0.60 0.16
HSL 37.38º 0.62% 0.59% -
HSV(B) 37.38º 0.6% 0.84% -
XYZ 43.3 42.38 14.49 -
YUV 171.42 79.23 159.09 -
System Red Green Blue C M Y K H S L
Decimal 215 166 85 0 0.23 0.60 0.16 37.38 0.62 0.59
Hex D7 A6 55 0 17 3C 10 25 3E 3B
Octal 327 246 125 0 27 74 20 45 76 73
Binary 11010111 10100110 1010101 0 10111 111100 10000 100101 111110 111011

Color Harmonies of #D7A655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A655

Black with #D7A655

Text Example


Text Example

White with #D7A655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A655; }

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

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

background-color css

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

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

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

border-color css

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

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

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