#DD5746

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

Shades of Valencia #DD5746

Tints of Valencia #DD5746

Color information

#DD5746 (or 0xDD5746) is unknown color: approx Valencia. HEX triplet: DD, 57 and 46. RGB value is (221,87,70). Sum of RGB (Red+Green+Blue) = 221+87+70=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5746 is #22A8B9. Grayscale: #7D7D7D. Windows color (decimal): -2271418 or 4610013. OLE color: 4610013.

HSL color Cylindrical-coordinate representation of color #DD5746: hue angle of 6.75º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD5746 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB2218770-
CMYK00.610.680.13
HSL6.75º68.95%57.06%-
HSV(B)6.75º68.33%86.67%-
XYZ34.3322.638.35-
YUV125.1396.89196.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.47%
GREEN value IS 87 (34.38% from 255) = 23.02%
BLUE value IS 70 (27.73% from 255) = 18.52%
R=58.47%
G=23.02%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221877000.610.680.136.7568.9557.06
HexDD574603D44D74539
Octal33512710607510415710571
Binary11011101101011110001100111101100010011011111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5746; }

 p { color: rgb(221,87,70); }

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

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

 a { background-color: rgb(221,87,70); }

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

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

 span { border-color: rgb(221,87,70); }

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