#DD6A65

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

Shades of Roman #DD6A65

Tints of Roman #DD6A65

Color information

#DD6A65 (or 0xDD6A65) is unknown color: approx Roman. HEX triplet: DD, 6A and 65. RGB value is (221,106,101). Sum of RGB (Red+Green+Blue) = 221+106+101=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6A65 is #22959A. Grayscale: #8B8B8B. Windows color (decimal): -2266523 or 6646493. OLE color: 6646493.

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

Color convert

RGB221106101-
CMYK00.520.540.13
HSL2.5º63.83%63.14%-
HSV(B)2.5º54.3%86.67%-
XYZ37.3226.6215.48-
YUV139.82106.1185.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.64%
GREEN value IS 106 (41.80% from 255) = 24.77%
BLUE value IS 101 (39.84% from 255) = 23.60%
R=51.64%
G=24.77%
B=23.60%

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
Decimal22110610100.520.540.132.563.8363.14
HexDD6A6503436D3403f
Octal3351521450646615310077
Binary110111011101010110010101101001101101101111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6A65; }

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

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

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

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

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

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

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

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