#DD6B65

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

Shades of Roman #DD6B65

Tints of Roman #DD6B65

Color information

#DD6B65 (or 0xDD6B65) is unknown color: approx Roman. HEX triplet: DD, 6B and 65. RGB value is (221,107,101). Sum of RGB (Red+Green+Blue) = 221+107+101=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B65 is #22949A. Grayscale: #8C8C8C. Windows color (decimal): -2266267 or 6646749. OLE color: 6646749.

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

Color convert

RGB221107101-
CMYK00.520.540.13
HSL63.83%63.14%-
HSV(B)54.3%86.67%-
XYZ37.4326.8315.52-
YUV140.4105.77185.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.52%
GREEN value IS 107 (42.19% from 255) = 24.94%
BLUE value IS 101 (39.84% from 255) = 23.54%
R=51.52%
G=24.94%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110710100.520.540.13363.8363.14
HexDD6B6503436D3403f
Octal3351531450646615310077
Binary110111011101011110010101101001101101101111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6B65; }

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

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

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

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

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

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

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

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