#DD6960

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

Shades of Roman #DD6960

Tints of Roman #DD6960

Color information

#DD6960 (or 0xDD6960) is unknown color: approx Roman. HEX triplet: DD, 69 and 60. RGB value is (221,105,96). Sum of RGB (Red+Green+Blue) = 221+105+96=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6960 is #22969F. Grayscale: #8A8A8A. Windows color (decimal): -2266784 or 6318557. OLE color: 6318557.

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

Color convert

RGB22110596-
CMYK00.520.570.13
HSL4.32º64.77%62.16%-
HSV(B)4.32º56.56%86.67%-
XYZ36.9826.3214.2-
YUV138.66103.93186.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.37%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 96 (37.89% from 255) = 22.75%
R=52.37%
G=24.88%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211059600.520.570.134.3264.7762.16
HexDD696003439D4413e
Octal3351511400647115410176
Binary1101110111010011100000011010011100111011001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6960; }

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

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

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

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

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

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

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

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