#DF554D

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

Shades of Valencia #DF554D

Tints of Valencia #DF554D

Color information

#DF554D (or 0xDF554D) is unknown color: approx Valencia. HEX triplet: DF, 55 and 4D. RGB value is (223,85,77). Sum of RGB (Red+Green+Blue) = 223+85+77=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF554D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF554D is #20AAB2. Grayscale: #7D7D7D. Windows color (decimal): -2140851 or 5068255. OLE color: 5068255.

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

Color convert

RGB2238577-
CMYK00.620.650.13
HSL3.29º69.52%58.82%-
HSV(B)3.29º65.47%87.45%-
XYZ35.0222.729.56-
YUV125.35100.72197.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.92%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 77 (30.47% from 255) = 20%
R=57.92%
G=22.08%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223857700.620.650.133.2969.5258.82
HexDF554D03E41D3463b
Octal33712511507610115310673
Binary1101111110101011001101011111010000011101111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF554D; }

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

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

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

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

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

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

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

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