Html Css Color HEX #DC5856 Valencia

📋 copy color: '#DC5856'

red 220 ◦ green 88 ◦ blue 86

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

Shades of Valencia #DC5856

Tints of Valencia #DC5856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.34%

 BLUE value IS 86 (33.98% from 255) = 21.83%

R = 55.84%
G = 22.34%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC5856 (or 0xDC5856) is known color: Valencia. HEX triplet: DC, 58 and 56. RGB value is (220,88,86). Sum of RGB (Red+Green+Blue) = 220+88+86=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5856 is #23A7A9. Grayscale: #7F7F7F. Windows color (decimal): -2336682 or 5658844. OLE color: 5658844.

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

Color convert

RGB 220 88 86 -
CMYK 0 0.6 0.61 0.14
HSL 0.9º 0.66% 0.6% -
HSV(B) 0.9º 0.61% 0.86% -
XYZ 34.68 22.87 11.39 -
YUV 127.24 104.73 194.16 -
System Red Green Blue C M Y K H S L
Decimal 220 88 86 0 0.6 0.61 0.14 0.9 0.66 0.6
Hex DC 58 56 0 3C 3D E 1 42 3C
Octal 334 130 126 0 74 75 16 1 102 74
Binary 11011100 1011000 1010110 0 111100 111101 1110 1 1000010 111100

Color Harmonies of #DC5856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5856

Black with #DC5856

Text Example


Text Example

White with #DC5856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5856; }

 p { color: rgb(220,88,86); }

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

background-color css

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

 a { background-color: rgb(220,88,86); }

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

border-color css

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

 span { border-color: rgb(220,88,86); }

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