Html Css Color HEX #DF5640 Valencia

📋 copy color: '#DF5640'

red 223 ◦ green 86 ◦ blue 64

#DF5640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Valencia #DF5640

Tints of Valencia #DF5640

RGB

 RED value IS 223 (87.5% from 255) = 59.79%

 GREEN value IS 86 (33.98% from 255) = 23.06%

 BLUE value IS 64 (25.39% from 255) = 17.16%

R = 59.79%
G = 23.06%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF5640 (or 0xDF5640) is known color: Valencia. HEX triplet: DF, 56 and 40. RGB value is (223,86,64). Sum of RGB (Red+Green+Blue) = 223+86+64=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5640 is #20A9BF. Grayscale: #7C7C7C. Windows color (decimal): -2140608 or 4216543. OLE color: 4216543.

HSL color Cylindrical-coordinate representation of color #DF5640: hue angle of 8.3º degrees, saturation: 0.71, 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 #DF5640 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 86 64 -
CMYK 0 0.61 0.71 0.13
HSL 8.3º 0.71% 0.56% -
HSV(B) 8.3º 0.71% 0.87% -
XYZ 34.68 22.71 7.41 -
YUV 124.46 93.89 198.29 -
System Red Green Blue C M Y K H S L
Decimal 223 86 64 0 0.61 0.71 0.13 8.3 0.71 0.56
Hex DF 56 40 0 3D 47 D 8 47 38
Octal 337 126 100 0 75 107 15 10 107 70
Binary 11011111 1010110 1000000 0 111101 1000111 1101 1000 1000111 111000

Color Harmonies of #DF5640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5640

Black with #DF5640

Text Example


Text Example

White with #DF5640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5640; }

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

 H1.HeaderClassName
 {
   color: #DF5640;
 }
 .AnyTagClassName
 {
   color: #DF5640;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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