Html Css Color HEX #DA594E Valencia

📋 copy color: '#DA594E'

red 218 ◦ green 89 ◦ blue 78

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

Shades of Valencia #DA594E

Tints of Valencia #DA594E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.26%

R = 56.62%
G = 23.12%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA594E (or 0xDA594E) is known color: Valencia. HEX triplet: DA, 59 and 4E. RGB value is (218,89,78). Sum of RGB (Red+Green+Blue) = 218+89+78=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA594E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA594E is #25A6B1. Grayscale: #7E7E7E. Windows color (decimal): -2467506 or 5134810. OLE color: 5134810.

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

Color convert

RGB 218 89 78 -
CMYK 0 0.59 0.64 0.15
HSL 4.71º 0.65% 0.58% -
HSV(B) 4.71º 0.64% 0.85% -
XYZ 33.86 22.6 9.79 -
YUV 126.32 100.74 193.39 -
System Red Green Blue C M Y K H S L
Decimal 218 89 78 0 0.59 0.64 0.15 4.71 0.65 0.58
Hex DA 59 4E 0 3B 40 F 5 41 3A
Octal 332 131 116 0 73 100 17 5 101 72
Binary 11011010 1011001 1001110 0 111011 1000000 1111 101 1000001 111010

Color Harmonies of #DA594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA594E

Black with #DA594E

Text Example


Text Example

White with #DA594E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA594E; }

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

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

background-color css

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

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

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

border-color css

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

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

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