Html Css Color HEX #DA5549 Valencia

📋 copy color: '#DA5549'

red 218 ◦ green 85 ◦ blue 73

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

Shades of Valencia #DA5549

Tints of Valencia #DA5549

RGB

 RED value IS 218 (85.55% from 255) = 57.98%

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

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

R = 57.98%
G = 22.61%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA5549 (or 0xDA5549) is known color: Valencia. HEX triplet: DA, 55 and 49. RGB value is (218,85,73). Sum of RGB (Red+Green+Blue) = 218+85+73=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5549 is #25AAB6. Grayscale: #7B7B7B. Windows color (decimal): -2468535 or 4806106. OLE color: 4806106.

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

Color convert

RGB 218 85 73 -
CMYK 0 0.61 0.67 0.15
HSL 4.97º 0.66% 0.57% -
HSV(B) 4.97º 0.67% 0.85% -
XYZ 33.36 21.88 8.77 -
YUV 123.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 218 85 73 0 0.61 0.67 0.15 4.97 0.66 0.57
Hex DA 55 49 0 3D 43 F 5 42 39
Octal 332 125 111 0 75 103 17 5 102 71
Binary 11011010 1010101 1001001 0 111101 1000011 1111 101 1000010 111001

Color Harmonies of #DA5549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5549

Black with #DA5549

Text Example


Text Example

White with #DA5549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5549; }

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

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

background-color css

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

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

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

border-color css

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

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

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