Html Css Color HEX #DA594A Valencia

📋 copy color: '#DA594A'

red 218 ◦ green 89 ◦ blue 74

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

Shades of Valencia #DA594A

Tints of Valencia #DA594A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.36%

 BLUE value IS 74 (29.3% from 255) = 19.42%

R = 57.22%
G = 23.36%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA594A (or 0xDA594A) is known color: Valencia. HEX triplet: DA, 59 and 4A. RGB value is (218,89,74). Sum of RGB (Red+Green+Blue) = 218+89+74=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA594A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA594A is #25A6B5. Grayscale: #7E7E7E. Windows color (decimal): -2467510 or 4872666. OLE color: 4872666.

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

Color convert

RGB 218 89 74 -
CMYK 0 0.59 0.66 0.15
HSL 6.25º 0.66% 0.57% -
HSV(B) 6.25º 0.66% 0.85% -
XYZ 33.72 22.54 9.05 -
YUV 125.86 98.74 193.72 -
System Red Green Blue C M Y K H S L
Decimal 218 89 74 0 0.59 0.66 0.15 6.25 0.66 0.57
Hex DA 59 4A 0 3B 42 F 6 42 39
Octal 332 131 112 0 73 102 17 6 102 71
Binary 11011010 1011001 1001010 0 111011 1000010 1111 110 1000010 111001

Color Harmonies of #DA594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA594A

Black with #DA594A

Text Example


Text Example

White with #DA594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA594A; }

 p { color: rgb(218,89,74); }

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

background-color css

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

 a { background-color: rgb(218,89,74); }

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

border-color css

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

 span { border-color: rgb(218,89,74); }

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