Html Css Color HEX #DC594F Valencia

📋 copy color: '#DC594F'

red 220 ◦ green 89 ◦ blue 79

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

Shades of Valencia #DC594F

Tints of Valencia #DC594F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.36%

R = 56.7%
G = 22.94%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC594F (or 0xDC594F) is known color: Valencia. HEX triplet: DC, 59 and 4F. RGB value is (220,89,79). Sum of RGB (Red+Green+Blue) = 220+89+79=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC594F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC594F is #23A6B0. Grayscale: #7F7F7F. Windows color (decimal): -2336433 or 5200348. OLE color: 5200348.

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

Color convert

RGB 220 89 79 -
CMYK 0 0.60 0.64 0.14
HSL 4.26º 0.67% 0.59% -
HSV(B) 4.26º 0.64% 0.86% -
XYZ 34.5 22.92 10 -
YUV 127.03 100.9 194.31 -
System Red Green Blue C M Y K H S L
Decimal 220 89 79 0 0.60 0.64 0.14 4.26 0.67 0.59
Hex DC 59 4F 0 3C 40 E 4 43 3B
Octal 334 131 117 0 74 100 16 4 103 73
Binary 11011100 1011001 1001111 0 111100 1000000 1110 100 1000011 111011

Color Harmonies of #DC594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC594F

Black with #DC594F

Text Example


Text Example

White with #DC594F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC594F; }

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

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

background-color css

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

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

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

border-color css

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

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

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