Html Css Color HEX #DC5541 Valencia

📋 copy color: '#DC5541'

red 220 ◦ green 85 ◦ blue 65

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

Shades of Valencia #DC5541

Tints of Valencia #DC5541

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.97%

 BLUE value IS 65 (25.78% from 255) = 17.57%

R = 59.46%
G = 22.97%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC5541 (or 0xDC5541) is known color: Valencia. HEX triplet: DC, 55 and 41. RGB value is (220,85,65). Sum of RGB (Red+Green+Blue) = 220+85+65=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5541 is #23AABE. Grayscale: #7B7B7B. Windows color (decimal): -2337471 or 4281820. OLE color: 4281820.

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

Color convert

RGB 220 85 65 -
CMYK 0 0.61 0.70 0.14
HSL 7.74º 0.69% 0.56% -
HSV(B) 7.74º 0.7% 0.86% -
XYZ 33.72 22.09 7.49 -
YUV 123.09 95.23 197.13 -
System Red Green Blue C M Y K H S L
Decimal 220 85 65 0 0.61 0.70 0.14 7.74 0.69 0.56
Hex DC 55 41 0 3D 46 E 8 45 38
Octal 334 125 101 0 75 106 16 10 105 70
Binary 11011100 1010101 1000001 0 111101 1000110 1110 1000 1000101 111000

Color Harmonies of #DC5541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5541

Black with #DC5541

Text Example


Text Example

White with #DC5541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5541; }

 p { color: rgb(220,85,65); }

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

background-color css

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

 a { background-color: rgb(220,85,65); }

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

border-color css

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

 span { border-color: rgb(220,85,65); }

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