#DD6C66

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

Shades of Roman #DD6C66

Tints of Roman #DD6C66

Color information

#DD6C66 (or 0xDD6C66) is unknown color: approx Roman. HEX triplet: DD, 6C and 66. RGB value is (221,108,102). Sum of RGB (Red+Green+Blue) = 221+108+102=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6C66 is #229399. Grayscale: #8D8D8D. Windows color (decimal): -2266010 or 6712541. OLE color: 6712541.

HSL color Cylindrical-coordinate representation of color #DD6C66: hue angle of 3.03º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD6C66 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB221108102-
CMYK00.510.540.13
HSL3.03º63.64%63.33%-
HSV(B)3.03º53.85%86.67%-
XYZ37.5827.0615.81-
YUV141.1105.94184.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.28%
GREEN value IS 108 (42.58% from 255) = 25.06%
BLUE value IS 102 (40.23% from 255) = 23.67%
R=51.28%
G=25.06%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110810200.510.540.133.0363.6463.33
HexDD6C6603336D3403f
Octal3351541460636615310077
Binary110111011101100110011001100111101101101111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6C66; }

 p { color: rgb(221,108,102); }

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

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

 a { background-color: rgb(221,108,102); }

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

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

 span { border-color: rgb(221,108,102); }

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