Html Css Color HEX #DC5244 Valencia

📋 copy color: '#DC5244'

red 220 ◦ green 82 ◦ blue 68

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

Shades of Valencia #DC5244

Tints of Valencia #DC5244

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.16%

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

R = 59.46%
G = 22.16%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC5244 (or 0xDC5244) is known color: Valencia. HEX triplet: DC, 52 and 44. RGB value is (220,82,68). Sum of RGB (Red+Green+Blue) = 220+82+68=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5244 is #23ADBB. Grayscale: #797979. Windows color (decimal): -2338236 or 4477660. OLE color: 4477660.

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

Color convert

RGB 220 82 68 -
CMYK 0 0.63 0.69 0.14
HSL 5.53º 0.68% 0.56% -
HSV(B) 5.53º 0.69% 0.86% -
XYZ 33.58 21.67 7.88 -
YUV 121.67 97.72 198.14 -
System Red Green Blue C M Y K H S L
Decimal 220 82 68 0 0.63 0.69 0.14 5.53 0.68 0.56
Hex DC 52 44 0 3F 45 E 6 44 38
Octal 334 122 104 0 77 105 16 6 104 70
Binary 11011100 1010010 1000100 0 111111 1000101 1110 110 1000100 111000

Color Harmonies of #DC5244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5244

Black with #DC5244

Text Example


Text Example

White with #DC5244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5244; }

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

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

background-color css

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

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

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

border-color css

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

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

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