Html Css Color HEX #DC594A Valencia

📋 copy color: '#DC594A'

red 220 ◦ green 89 ◦ blue 74

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

Shades of Valencia #DC594A

Tints of Valencia #DC594A

RGB

 RED value IS 220 (86.33% from 255) = 57.44%

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

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

R = 57.44%
G = 23.24%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC594A (or 0xDC594A) is known color: Valencia. HEX triplet: DC, 59 and 4A. RGB value is (220,89,74). Sum of RGB (Red+Green+Blue) = 220+89+74=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC594A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC594A is #23A6B5. Grayscale: #7E7E7E. Windows color (decimal): -2336438 or 4872668. OLE color: 4872668.

HSL color Cylindrical-coordinate representation of color #DC594A: hue angle of 6.16º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC594A is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 89 74 -
CMYK 0 0.60 0.66 0.14
HSL 6.16º 0.68% 0.58% -
HSV(B) 6.16º 0.66% 0.86% -
XYZ 34.32 22.85 9.08 -
YUV 126.46 98.4 194.72 -
System Red Green Blue C M Y K H S L
Decimal 220 89 74 0 0.60 0.66 0.14 6.16 0.68 0.58
Hex DC 59 4A 0 3C 42 E 6 44 3A
Octal 334 131 112 0 74 102 16 6 104 72
Binary 11011100 1011001 1001010 0 111100 1000010 1110 110 1000100 111010

Color Harmonies of #DC594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC594A

Black with #DC594A

Text Example


Text Example

White with #DC594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC594A; }

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

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

background-color css

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

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

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

border-color css

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

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

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