#DD6A61

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

Shades of Roman #DD6A61

Tints of Roman #DD6A61

Color information

#DD6A61 (or 0xDD6A61) is unknown color: approx Roman. HEX triplet: DD, 6A and 61. RGB value is (221,106,97). Sum of RGB (Red+Green+Blue) = 221+106+97=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6A61 is #22959E. Grayscale: #8B8B8B. Windows color (decimal): -2266527 or 6384349. OLE color: 6384349.

HSL color Cylindrical-coordinate representation of color #DD6A61: hue angle of 4.35º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6A61 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB22110697-
CMYK00.520.560.13
HSL4.35º64.58%62.35%-
HSV(B)4.35º56.11%86.67%-
XYZ37.1326.5414.48-
YUV139.36104.1186.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.12%
GREEN value IS 106 (41.80% from 255) = 25%
BLUE value IS 97 (38.28% from 255) = 22.88%
R=52.12%
G=25%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211069700.520.560.134.3564.5862.35
HexDD6A6103438D4413e
Octal3351521410647015410176
Binary1101110111010101100001011010011100011011001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6A61; }

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

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

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

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

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

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

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

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