Html Css Color HEX #DF5548 Valencia

📋 copy color: '#DF5548'

red 223 ◦ green 85 ◦ blue 72

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

Shades of Valencia #DF5548

Tints of Valencia #DF5548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.37%

 BLUE value IS 72 (28.52% from 255) = 18.95%

R = 58.68%
G = 22.37%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF5548 (or 0xDF5548) is known color: Valencia. HEX triplet: DF, 55 and 48. RGB value is (223,85,72). Sum of RGB (Red+Green+Blue) = 223+85+72=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5548 is #20AAB7. Grayscale: #7C7C7C. Windows color (decimal): -2140856 or 4740575. OLE color: 4740575.

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

Color convert

RGB 223 85 72 -
CMYK 0 0.62 0.68 0.13
HSL 5.17º 0.7% 0.58% -
HSV(B) 5.17º 0.68% 0.87% -
XYZ 34.85 22.65 8.67 -
YUV 124.78 98.22 198.06 -
System Red Green Blue C M Y K H S L
Decimal 223 85 72 0 0.62 0.68 0.13 5.17 0.7 0.58
Hex DF 55 48 0 3E 44 D 5 46 3A
Octal 337 125 110 0 76 104 15 5 106 72
Binary 11011111 1010101 1001000 0 111110 1000100 1101 101 1000110 111010

Color Harmonies of #DF5548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5548

Black with #DF5548

Text Example


Text Example

White with #DF5548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5548; }

 p { color: rgb(223,85,72); }

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

background-color css

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

 a { background-color: rgb(223,85,72); }

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

border-color css

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

 span { border-color: rgb(223,85,72); }

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