#DD645F

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

Shades of Roman #DD645F

Tints of Roman #DD645F

Color information

#DD645F (or 0xDD645F) is unknown color: approx Roman. HEX triplet: DD, 64 and 5F. RGB value is (221,100,95). Sum of RGB (Red+Green+Blue) = 221+100+95=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD645F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD645F is #229BA0. Grayscale: #878787. Windows color (decimal): -2268065 or 6251741. OLE color: 6251741.

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

Color convert

RGB22110095-
CMYK00.550.570.13
HSL2.38º64.95%61.96%-
HSV(B)2.38º57.01%86.67%-
XYZ36.4425.3113.79-
YUV135.61105.09188.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.12%
GREEN value IS 100 (39.45% from 255) = 24.04%
BLUE value IS 95 (37.5% from 255) = 22.84%
R=53.12%
G=24.04%
B=22.84%

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
Decimal2211009500.550.570.132.3864.9561.96
HexDD645F03739D2413e
Octal3351441370677115210176
Binary110111011100100101111101101111110011101101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD645F; }

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

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

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

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

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

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

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

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