Html Css Color HEX #DA5A49 Valencia

📋 copy color: '#DA5A49'

red 218 ◦ green 90 ◦ blue 73

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

Shades of Valencia #DA5A49

Tints of Valencia #DA5A49

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.62%

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

R = 57.22%
G = 23.62%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA5A49 (or 0xDA5A49) is known color: Valencia. HEX triplet: DA, 5A and 49. RGB value is (218,90,73). Sum of RGB (Red+Green+Blue) = 218+90+73=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5A49 is #25A5B6. Grayscale: #7E7E7E. Windows color (decimal): -2467255 or 4807386. OLE color: 4807386.

HSL color Cylindrical-coordinate representation of color #DA5A49: hue angle of 7.03º 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 #DA5A49 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 90 73 -
CMYK 0 0.59 0.67 0.15
HSL 7.03º 0.66% 0.57% -
HSV(B) 7.03º 0.67% 0.85% -
XYZ 33.77 22.7 8.9 -
YUV 126.33 97.91 193.38 -
System Red Green Blue C M Y K H S L
Decimal 218 90 73 0 0.59 0.67 0.15 7.03 0.66 0.57
Hex DA 5A 49 0 3B 43 F 7 42 39
Octal 332 132 111 0 73 103 17 7 102 71
Binary 11011010 1011010 1001001 0 111011 1000011 1111 111 1000010 111001

Color Harmonies of #DA5A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5A49

Black with #DA5A49

Text Example


Text Example

White with #DA5A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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