Html Css Color HEX #DA594D Valencia

📋 copy color: '#DA594D'

red 218 ◦ green 89 ◦ blue 77

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

Shades of Valencia #DA594D

Tints of Valencia #DA594D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.05%

R = 56.77%
G = 23.18%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA594D (or 0xDA594D) is known color: Valencia. HEX triplet: DA, 59 and 4D. RGB value is (218,89,77). Sum of RGB (Red+Green+Blue) = 218+89+77=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA594D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA594D is #25A6B2. Grayscale: #7E7E7E. Windows color (decimal): -2467507 or 5069274. OLE color: 5069274.

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

Color convert

RGB 218 89 77 -
CMYK 0 0.59 0.65 0.15
HSL 5.11º 0.66% 0.58% -
HSV(B) 5.11º 0.65% 0.85% -
XYZ 33.83 22.59 9.6 -
YUV 126.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 218 89 77 0 0.59 0.65 0.15 5.11 0.66 0.58
Hex DA 59 4D 0 3B 41 F 5 42 3A
Octal 332 131 115 0 73 101 17 5 102 72
Binary 11011010 1011001 1001101 0 111011 1000001 1111 101 1000010 111010

Color Harmonies of #DA594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA594D

Black with #DA594D

Text Example


Text Example

White with #DA594D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA594D; }

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

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

background-color css

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

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

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

border-color css

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

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

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