Html Css Color HEX #DA594C Valencia

📋 copy color: '#DA594C'

red 218 ◦ green 89 ◦ blue 76

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

Shades of Valencia #DA594C

Tints of Valencia #DA594C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.84%

R = 56.92%
G = 23.24%
B = 19.84%

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

#DA594C (or 0xDA594C) is known color: Valencia. HEX triplet: DA, 59 and 4C. RGB value is (218,89,76). Sum of RGB (Red+Green+Blue) = 218+89+76=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA594C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA594C is #25A6B3. Grayscale: #7E7E7E. Windows color (decimal): -2467508 or 5003738. OLE color: 5003738.

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

Color convert

RGB 218 89 76 -
CMYK 0 0.59 0.65 0.15
HSL 5.49º 0.66% 0.58% -
HSV(B) 5.49º 0.65% 0.85% -
XYZ 33.79 22.57 9.41 -
YUV 126.09 99.74 193.56 -
System Red Green Blue C M Y K H S L
Decimal 218 89 76 0 0.59 0.65 0.15 5.49 0.66 0.58
Hex DA 59 4C 0 3B 41 F 5 42 3A
Octal 332 131 114 0 73 101 17 5 102 72
Binary 11011010 1011001 1001100 0 111011 1000001 1111 101 1000010 111010

Color Harmonies of #DA594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA594C

Black with #DA594C

Text Example


Text Example

White with #DA594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA594C; }

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

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

background-color css

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

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

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

border-color css

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

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

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