Html Css Color HEX #DA5D50 Valencia

📋 copy color: '#DA5D50'

red 218 ◦ green 93 ◦ blue 80

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

Shades of Valencia #DA5D50

Tints of Valencia #DA5D50

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.79%

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

R = 55.75%
G = 23.79%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA5D50 (or 0xDA5D50) is known color: Valencia. HEX triplet: DA, 5D and 50. RGB value is (218,93,80). Sum of RGB (Red+Green+Blue) = 218+93+80=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5D50 is #25A2AF. Grayscale: #818181. Windows color (decimal): -2466480 or 5266906. OLE color: 5266906.

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

Color convert

RGB 218 93 80 -
CMYK 0 0.57 0.63 0.15
HSL 5.65º 0.65% 0.58% -
HSV(B) 5.65º 0.63% 0.85% -
XYZ 34.28 23.31 10.28 -
YUV 128.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 218 93 80 0 0.57 0.63 0.15 5.65 0.65 0.58
Hex DA 5D 50 0 39 3F F 6 41 3A
Octal 332 135 120 0 71 77 17 6 101 72
Binary 11011010 1011101 1010000 0 111001 111111 1111 110 1000001 111010

Color Harmonies of #DA5D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5D50

Black with #DA5D50

Text Example


Text Example

White with #DA5D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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