Html Css Color HEX #DC5544 Valencia

📋 copy color: '#DC5544'

red 220 ◦ green 85 ◦ blue 68

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

Shades of Valencia #DC5544

Tints of Valencia #DC5544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.23%

R = 58.98%
G = 22.79%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC5544 (or 0xDC5544) is known color: Valencia. HEX triplet: DC, 55 and 44. RGB value is (220,85,68). Sum of RGB (Red+Green+Blue) = 220+85+68=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5544 is #23AABB. Grayscale: #7B7B7B. Windows color (decimal): -2337468 or 4478428. OLE color: 4478428.

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

Color convert

RGB 220 85 68 -
CMYK 0 0.61 0.69 0.14
HSL 6.71º 0.68% 0.56% -
HSV(B) 6.71º 0.69% 0.86% -
XYZ 33.81 22.13 7.96 -
YUV 123.43 96.73 196.88 -
System Red Green Blue C M Y K H S L
Decimal 220 85 68 0 0.61 0.69 0.14 6.71 0.68 0.56
Hex DC 55 44 0 3D 45 E 7 44 38
Octal 334 125 104 0 75 105 16 7 104 70
Binary 11011100 1010101 1000100 0 111101 1000101 1110 111 1000100 111000

Color Harmonies of #DC5544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5544

Black with #DC5544

Text Example


Text Example

White with #DC5544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5544; }

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

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

background-color css

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

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

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

border-color css

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

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

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