#DD6056

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

Shades of Roman #DD6056

Tints of Roman #DD6056

Color information

#DD6056 (or 0xDD6056) is unknown color: approx Roman. HEX triplet: DD, 60 and 56. RGB value is (221,96,86). Sum of RGB (Red+Green+Blue) = 221+96+86=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6056 is #229FA9. Grayscale: #848484. Windows color (decimal): -2269098 or 5660893. OLE color: 5660893.

HSL color Cylindrical-coordinate representation of color #DD6056: hue angle of 4.44º 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 #DD6056 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB2219686-
CMYK00.570.610.13
HSL4.44º66.5%60.2%-
HSV(B)4.44º61.09%86.67%-
XYZ35.6824.4111.64-
YUV132.23101.91191.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.84%
GREEN value IS 96 (37.89% from 255) = 23.82%
BLUE value IS 86 (33.98% from 255) = 21.34%
R=54.84%
G=23.82%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221968600.570.610.134.4466.560.2
HexDD60560393DD4433c
Octal3351401260717515410374
Binary1101110111000001010110011100111110111011001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6056; }

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

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

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

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

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

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

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

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