Html Css Color HEX #DF5544 Valencia

📋 copy color: '#DF5544'

red 223 ◦ green 85 ◦ blue 68

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

Shades of Valencia #DF5544

Tints of Valencia #DF5544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.09%

R = 59.31%
G = 22.61%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF5544 (or 0xDF5544) is known color: Valencia. HEX triplet: DF, 55 and 44. RGB value is (223,85,68). Sum of RGB (Red+Green+Blue) = 223+85+68=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5544 is #20AABB. Grayscale: #7C7C7C. Windows color (decimal): -2140860 or 4478431. OLE color: 4478431.

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

Color convert

RGB 223 85 68 -
CMYK 0 0.62 0.70 0.13
HSL 6.58º 0.71% 0.57% -
HSV(B) 6.58º 0.7% 0.87% -
XYZ 34.72 22.6 8 -
YUV 124.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 223 85 68 0 0.62 0.70 0.13 6.58 0.71 0.57
Hex DF 55 44 0 3E 46 D 7 47 39
Octal 337 125 104 0 76 106 15 7 107 71
Binary 11011111 1010101 1000100 0 111110 1000110 1101 111 1000111 111001

Color Harmonies of #DF5544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5544

Black with #DF5544

Text Example


Text Example

White with #DF5544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5544; }

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

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

background-color css

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

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

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

border-color css

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

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

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