#DD6B61

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

Shades of Roman #DD6B61

Tints of Roman #DD6B61

Color information

#DD6B61 (or 0xDD6B61) is unknown color: approx Roman. HEX triplet: DD, 6B and 61. RGB value is (221,107,97). Sum of RGB (Red+Green+Blue) = 221+107+97=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B61 is #22949E. Grayscale: #8C8C8C. Windows color (decimal): -2266271 or 6384605. OLE color: 6384605.

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

Color convert

RGB22110797-
CMYK00.520.560.13
HSL4.84º64.58%62.35%-
HSV(B)4.84º56.11%86.67%-
XYZ37.2326.7514.51-
YUV139.95103.77185.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52%
GREEN value IS 107 (42.19% from 255) = 25.18%
BLUE value IS 97 (38.28% from 255) = 22.82%
R=52%
G=25.18%
B=22.82%

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
Decimal2211079700.520.560.134.8464.5862.35
HexDD6B6103438D5413e
Octal3351531410647015510176
Binary1101110111010111100001011010011100011011011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6B61; }

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

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

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

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

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

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

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

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