Html Css Color HEX #DC5542 Valencia

📋 copy color: '#DC5542'

red 220 ◦ green 85 ◦ blue 66

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

Shades of Valencia #DC5542

Tints of Valencia #DC5542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.79%

R = 59.3%
G = 22.91%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DC5542 (or 0xDC5542) is known color: Valencia. HEX triplet: DC, 55 and 42. RGB value is (220,85,66). Sum of RGB (Red+Green+Blue) = 220+85+66=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5542 is #23AABD. Grayscale: #7B7B7B. Windows color (decimal): -2337470 or 4347356. OLE color: 4347356.

HSL color Cylindrical-coordinate representation of color #DC5542: hue angle of 7.4º 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 #DC5542 is Cyan = 0, Magento = 0.61, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 85 66 -
CMYK 0 0.61 0.7 0.14
HSL 7.4º 0.69% 0.56% -
HSV(B) 7.4º 0.7% 0.86% -
XYZ 33.75 22.11 7.64 -
YUV 123.2 95.73 197.04 -
System Red Green Blue C M Y K H S L
Decimal 220 85 66 0 0.61 0.7 0.14 7.4 0.69 0.56
Hex DC 55 42 0 3D 46 E 7 45 38
Octal 334 125 102 0 75 106 16 7 105 70
Binary 11011100 1010101 1000010 0 111101 1000110 1110 111 1000101 111000

Color Harmonies of #DC5542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5542

Black with #DC5542

Text Example


Text Example

White with #DC5542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5542; }

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

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

background-color css

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

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

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

border-color css

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

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

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