Html Css Color HEX #DC5954 Valencia

📋 copy color: '#DC5954'

red 220 ◦ green 89 ◦ blue 84

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

Shades of Valencia #DC5954

Tints of Valencia #DC5954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.37%

R = 55.98%
G = 22.65%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC5954 (or 0xDC5954) is known color: Valencia. HEX triplet: DC, 59 and 54. RGB value is (220,89,84). Sum of RGB (Red+Green+Blue) = 220+89+84=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5954 is #23A6AB. Grayscale: #7F7F7F. Windows color (decimal): -2336428 or 5528028. OLE color: 5528028.

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

Color convert

RGB 220 89 84 -
CMYK 0 0.60 0.62 0.14
HSL 2.21º 0.66% 0.6% -
HSV(B) 2.21º 0.62% 0.86% -
XYZ 34.69 23 11 -
YUV 127.6 103.4 193.91 -
System Red Green Blue C M Y K H S L
Decimal 220 89 84 0 0.60 0.62 0.14 2.21 0.66 0.6
Hex DC 59 54 0 3C 3E E 2 42 3C
Octal 334 131 124 0 74 76 16 2 102 74
Binary 11011100 1011001 1010100 0 111100 111110 1110 10 1000010 111100

Color Harmonies of #DC5954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5954

Black with #DC5954

Text Example


Text Example

White with #DC5954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5954; }

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

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

background-color css

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

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

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

border-color css

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

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

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