#DD5846

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

Shades of Valencia #DD5846

Tints of Valencia #DD5846

Color information

#DD5846 (or 0xDD5846) is unknown color: approx Valencia. HEX triplet: DD, 58 and 46. RGB value is (221,88,70). Sum of RGB (Red+Green+Blue) = 221+88+70=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5846 is #22A7B9. Grayscale: #7D7D7D. Windows color (decimal): -2271162 or 4610269. OLE color: 4610269.

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

Color convert

RGB2218870-
CMYK00.600.680.13
HSL7.15º68.95%57.06%-
HSV(B)7.15º68.33%86.67%-
XYZ34.4122.798.38-
YUV125.7196.56195.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.31%
GREEN value IS 88 (34.77% from 255) = 23.22%
BLUE value IS 70 (27.73% from 255) = 18.47%
R=58.31%
G=23.22%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221887000.600.680.137.1568.9557.06
HexDD584603C44D74539
Octal33513010607410415710571
Binary11011101101100010001100111100100010011011111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5846; }

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

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

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

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

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

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

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

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