#DA6961

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

Shades of Roman #DA6961

Tints of Roman #DA6961

Color information

#DA6961 (or 0xDA6961) is unknown color: approx Roman. HEX triplet: DA, 69 and 61. RGB value is (218,105,97). Sum of RGB (Red+Green+Blue) = 218+105+97=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6961 is #25969E. Grayscale: #8A8A8A. Windows color (decimal): -2463391 or 6384090. OLE color: 6384090.

HSL color Cylindrical-coordinate representation of color #DA6961: hue angle of 3.97º 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 #DA6961 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21810597-
CMYK00.520.560.15
HSL3.97º62.05%61.76%-
HSV(B)3.97º55.5%85.49%-
XYZ36.1225.8714.4-
YUV137.88104.94185.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.90%
GREEN value IS 105 (41.41% from 255) = 25%
BLUE value IS 97 (38.28% from 255) = 23.10%
R=51.90%
G=25%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181059700.520.560.153.9762.0561.76
HexDA696103438F43e3e
Octal332151141064701747676
Binary110110101101001110000101101001110001111100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6961; }

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

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

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

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

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

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

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

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