#dd543f

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

Shades of Valencia #DD543F

Tints of Valencia #DD543F

Color information

#DD543F (or 0xDD543F) is unknown color: approx Valencia. HEX triplet: DD, 54 and 3F. RGB value is (221,84,63). Sum of RGB (Red+Green+Blue) = 221+84+63=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD543F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD543F is #22ABC0. Grayscale: #7A7A7A. Windows color (decimal): -2272193 or 4150493. OLE color: 4150493.

HSL color Cylindrical-coordinate representation of color #DD543F: hue angle of 7.97º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD543F is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB2218463-
CMYK00.620.710.13
HSL7.97º69.91%55.69%-
HSV(B)7.97º71.49%86.67%-
XYZ33.8922.077.18-
YUV122.5794.39198.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.05%
GREEN value IS 84 (33.20% from 255) = 22.83%
BLUE value IS 63 (25% from 255) = 17.12%
R=60.05%
G=22.83%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221846300.620.710.137.9769.9155.69
HexDD543F03E47D84638
Octal33512477076107151010670
Binary11011101101010011111101111101000111110110001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd543f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd543f; }

 p { color: rgb(221,84,63); }

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

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

 a { background-color: rgb(221,84,63); }

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

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

 span { border-color: rgb(221,84,63); }

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