#DD6357

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

Shades of Roman #DD6357

Tints of Roman #DD6357

Color information

#DD6357 (or 0xDD6357) is unknown color: approx Roman. HEX triplet: DD, 63 and 57. RGB value is (221,99,87). Sum of RGB (Red+Green+Blue) = 221+99+87=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6357 is #229CA8. Grayscale: #868686. Windows color (decimal): -2268329 or 5727197. OLE color: 5727197.

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

Color convert

RGB2219987-
CMYK00.550.610.13
HSL5.37º66.34%60.39%-
HSV(B)5.37º60.63%86.67%-
XYZ3624.9811.94-
YUV134.11101.42189.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.30%
GREEN value IS 99 (39.06% from 255) = 24.32%
BLUE value IS 87 (34.38% from 255) = 21.38%
R=54.30%
G=24.32%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221998700.550.610.135.3766.3460.39
HexDD63570373DD5423c
Octal3351431270677515510274
Binary1101110111000111010111011011111110111011011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6357; }

 p { color: rgb(221,99,87); }

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

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

 a { background-color: rgb(221,99,87); }

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

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

 span { border-color: rgb(221,99,87); }

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