#DD6156

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

Shades of Roman #DD6156

Tints of Roman #DD6156

Color information

#DD6156 (or 0xDD6156) is unknown color: approx Roman. HEX triplet: DD, 61 and 56. RGB value is (221,97,86). Sum of RGB (Red+Green+Blue) = 221+97+86=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6156 is #229EA9. Grayscale: #848484. Windows color (decimal): -2268842 or 5661149. OLE color: 5661149.

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

Color convert

RGB2219786-
CMYK00.560.610.13
HSL4.89º66.5%60.2%-
HSV(B)4.89º61.09%86.67%-
XYZ35.7724.5911.67-
YUV132.82101.58190.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.70%
GREEN value IS 97 (38.28% from 255) = 24.01%
BLUE value IS 86 (33.98% from 255) = 21.29%
R=54.70%
G=24.01%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221978600.560.610.134.8966.560.2
HexDD61560383DD5433c
Octal3351411260707515510374
Binary1101110111000011010110011100011110111011011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6156; }

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

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

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

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

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

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

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

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