Html Css Color HEX #DC594D Valencia

📋 copy color: '#DC594D'

red 220 ◦ green 89 ◦ blue 77

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

Shades of Valencia #DC594D

Tints of Valencia #DC594D

RGB

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

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

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

R = 56.99%
G = 23.06%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC594D (or 0xDC594D) is known color: Valencia. HEX triplet: DC, 59 and 4D. RGB value is (220,89,77). Sum of RGB (Red+Green+Blue) = 220+89+77=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC594D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC594D is #23A6B2. Grayscale: #7E7E7E. Windows color (decimal): -2336435 or 5069276. OLE color: 5069276.

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

Color convert

RGB 220 89 77 -
CMYK 0 0.60 0.65 0.14
HSL 5.03º 0.67% 0.58% -
HSV(B) 5.03º 0.65% 0.86% -
XYZ 34.43 22.9 9.63 -
YUV 126.8 99.9 194.48 -
System Red Green Blue C M Y K H S L
Decimal 220 89 77 0 0.60 0.65 0.14 5.03 0.67 0.58
Hex DC 59 4D 0 3C 41 E 5 43 3A
Octal 334 131 115 0 74 101 16 5 103 72
Binary 11011100 1011001 1001101 0 111100 1000001 1110 101 1000011 111010

Color Harmonies of #DC594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC594D

Black with #DC594D

Text Example


Text Example

White with #DC594D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC594D; }

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

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

background-color css

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

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

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

border-color css

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

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

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