Html Css Color HEX #DF5649 Valencia

📋 copy color: '#DF5649'

red 223 ◦ green 86 ◦ blue 73

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

Shades of Valencia #DF5649

Tints of Valencia #DF5649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.11%

R = 58.38%
G = 22.51%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF5649 (or 0xDF5649) is known color: Valencia. HEX triplet: DF, 56 and 49. RGB value is (223,86,73). Sum of RGB (Red+Green+Blue) = 223+86+73=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5649 is #20A9B6. Grayscale: #7D7D7D. Windows color (decimal): -2140599 or 4806367. OLE color: 4806367.

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

Color convert

RGB 223 86 73 -
CMYK 0 0.61 0.67 0.13
HSL 5.2º 0.7% 0.58% -
HSV(B) 5.2º 0.67% 0.87% -
XYZ 34.96 22.82 8.87 -
YUV 125.48 98.39 197.56 -
System Red Green Blue C M Y K H S L
Decimal 223 86 73 0 0.61 0.67 0.13 5.2 0.7 0.58
Hex DF 56 49 0 3D 43 D 5 46 3A
Octal 337 126 111 0 75 103 15 5 106 72
Binary 11011111 1010110 1001001 0 111101 1000011 1101 101 1000110 111010

Color Harmonies of #DF5649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5649

Black with #DF5649

Text Example


Text Example

White with #DF5649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5649; }

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

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

background-color css

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

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

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

border-color css

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

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

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