#DF5645

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

Shades of Valencia #DF5645

Tints of Valencia #DF5645

Color information

#DF5645 (or 0xDF5645) is unknown color: approx Valencia. HEX triplet: DF, 56 and 45. RGB value is (223,86,69). Sum of RGB (Red+Green+Blue) = 223+86+69=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5645 is #20A9BA. Grayscale: #7D7D7D. Windows color (decimal): -2140603 or 4544223. OLE color: 4544223.

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

Color convert

RGB2238669-
CMYK00.610.690.13
HSL6.62º70.64%57.25%-
HSV(B)6.62º69.06%87.45%-
XYZ34.8322.778.19-
YUV125.0296.39197.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.99%
GREEN value IS 86 (33.98% from 255) = 22.75%
BLUE value IS 69 (27.34% from 255) = 18.25%
R=58.99%
G=22.75%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223866900.610.690.136.6270.6457.25
HexDF564503D45D74739
Octal33712610507510515710771
Binary11011111101011010001010111101100010111011111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5645; }

 p { color: rgb(223,86,69); }

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

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

 a { background-color: rgb(223,86,69); }

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

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

 span { border-color: rgb(223,86,69); }

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