Html Css Color HEX #DA5A50 Valencia

📋 copy color: '#DA5A50'

red 218 ◦ green 90 ◦ blue 80

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

Shades of Valencia #DA5A50

Tints of Valencia #DA5A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.62%

R = 56.19%
G = 23.2%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA5A50 (or 0xDA5A50) is known color: Valencia. HEX triplet: DA, 5A and 50. RGB value is (218,90,80). Sum of RGB (Red+Green+Blue) = 218+90+80=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5A50 is #25A5AF. Grayscale: #7F7F7F. Windows color (decimal): -2467248 or 5266138. OLE color: 5266138.

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

Color convert

RGB 218 90 80 -
CMYK 0 0.59 0.63 0.15
HSL 4.35º 0.65% 0.58% -
HSV(B) 4.35º 0.63% 0.85% -
XYZ 34.02 22.8 10.2 -
YUV 127.13 101.41 192.81 -
System Red Green Blue C M Y K H S L
Decimal 218 90 80 0 0.59 0.63 0.15 4.35 0.65 0.58
Hex DA 5A 50 0 3B 3F F 4 41 3A
Octal 332 132 120 0 73 77 17 4 101 72
Binary 11011010 1011010 1010000 0 111011 111111 1111 100 1000001 111010

Color Harmonies of #DA5A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5A50

Black with #DA5A50

Text Example


Text Example

White with #DA5A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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