Html Css Color HEX #DC594B Valencia

📋 copy color: '#DC594B'

red 220 ◦ green 89 ◦ blue 75

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

Shades of Valencia #DC594B

Tints of Valencia #DC594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.53%

R = 57.29%
G = 23.18%
B = 19.53%

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

#DC594B (or 0xDC594B) is known color: Valencia. HEX triplet: DC, 59 and 4B. RGB value is (220,89,75). Sum of RGB (Red+Green+Blue) = 220+89+75=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC594B is #23A6B4. Grayscale: #7E7E7E. Windows color (decimal): -2336437 or 4938204. OLE color: 4938204.

HSL color Cylindrical-coordinate representation of color #DC594B: hue angle of 5.79º degrees, saturation: 0.67, 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 #DC594B is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 89 75 -
CMYK 0 0.60 0.66 0.14
HSL 5.79º 0.67% 0.58% -
HSV(B) 5.79º 0.66% 0.86% -
XYZ 34.36 22.87 9.26 -
YUV 126.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 220 89 75 0 0.60 0.66 0.14 5.79 0.67 0.58
Hex DC 59 4B 0 3C 42 E 6 43 3A
Octal 334 131 113 0 74 102 16 6 103 72
Binary 11011100 1011001 1001011 0 111100 1000010 1110 110 1000011 111010

Color Harmonies of #DC594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC594B

Black with #DC594B

Text Example


Text Example

White with #DC594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC594B; }

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

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

background-color css

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

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

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

border-color css

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

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

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