#DA554F

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

Shades of Valencia #DA554F

Tints of Valencia #DA554F

Color information

#DA554F (or 0xDA554F) is unknown color: approx Valencia. HEX triplet: DA, 55 and 4F. RGB value is (218,85,79). Sum of RGB (Red+Green+Blue) = 218+85+79=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA554F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA554F is #25AAB0. Grayscale: #7C7C7C. Windows color (decimal): -2468529 or 5199322. OLE color: 5199322.

HSL color Cylindrical-coordinate representation of color #DA554F: hue angle of 2.59º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA554F is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB2188579-
CMYK00.610.640.15
HSL2.59º65.26%58.24%-
HSV(B)2.59º63.76%85.49%-
XYZ33.5721.979.87-
YUV124.08102.56194.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 57.07%
GREEN value IS 85 (33.59% from 255) = 22.25%
BLUE value IS 79 (31.25% from 255) = 20.68%
R=57.07%
G=22.25%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218857900.610.640.152.5965.2658.24
HexDA554F03D40F3413a
Octal33212511707510017310172
Binary1101101010101011001111011110110000001111111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA554F; }

 p { color: rgb(218,85,79); }

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

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

 a { background-color: rgb(218,85,79); }

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

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

 span { border-color: rgb(218,85,79); }

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