#DA6A61

Color #DA6A61 Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #DA6A61

Tints of Roman #DA6A61

Color information

#DA6A61 (or 0xDA6A61) is unknown color: approx Roman. HEX triplet: DA, 6A and 61. RGB value is (218,106,97). Sum of RGB (Red+Green+Blue) = 218+106+97=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6A61 is #25959E. Grayscale: #8A8A8A. Windows color (decimal): -2463135 or 6384346. OLE color: 6384346.

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

Color convert

RGB21810697-
CMYK00.510.560.15
HSL4.46º62.05%61.76%-
HSV(B)4.46º55.5%85.49%-
XYZ36.2326.0814.43-
YUV138.46104.61184.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.78%
GREEN value IS 106 (41.80% from 255) = 25.18%
BLUE value IS 97 (38.28% from 255) = 23.04%
R=51.78%
G=25.18%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181069700.510.560.154.4662.0561.76
HexDA6A6103338F43e3e
Octal332152141063701747676
Binary110110101101010110000101100111110001111100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6A61; }

 p { color: rgb(218,106,97); }

 H1.HeaderClassName
 {
   color: #DA6A61;
 }
 .AnyTagClassName
 {
   color: #DA6A61;
 }
</style>
background-color css

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

 a { background-color: rgb(218,106,97); }

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

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

 span { border-color: rgb(218,106,97); }

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