#dd645e

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

Shades of Roman #DD645E

Tints of Roman #DD645E

Color information

#DD645E (or 0xDD645E) is unknown color: approx Roman. HEX triplet: DD, 64 and 5E. RGB value is (221,100,94). Sum of RGB (Red+Green+Blue) = 221+100+94=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD645E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD645E is #229BA1. Grayscale: #878787. Windows color (decimal): -2268066 or 6186205. OLE color: 6186205.

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

Color convert

RGB22110094-
CMYK00.550.570.13
HSL2.83º65.13%61.76%-
HSV(B)2.83º57.47%86.67%-
XYZ36.425.2913.55-
YUV135.5104.59188.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.25%
GREEN value IS 100 (39.45% from 255) = 24.10%
BLUE value IS 94 (37.11% from 255) = 22.65%
R=53.25%
G=24.10%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211009400.550.570.132.8365.1361.76
HexDD645E03739D3413e
Octal3351441360677115310176
Binary110111011100100101111001101111110011101111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd645e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd645e; }

 p { color: rgb(221,100,94); }

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

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

 a { background-color: rgb(221,100,94); }

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

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

 span { border-color: rgb(221,100,94); }

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