Html Css Color HEX #DC5348 Valencia

📋 copy color: '#DC5348'

red 220 ◦ green 83 ◦ blue 72

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

Shades of Valencia #DC5348

Tints of Valencia #DC5348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.13%

 BLUE value IS 72 (28.52% from 255) = 19.2%

R = 58.67%
G = 22.13%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC5348 (or 0xDC5348) is known color: Valencia. HEX triplet: DC, 53 and 48. RGB value is (220,83,72). Sum of RGB (Red+Green+Blue) = 220+83+72=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5348 is #23ACB7. Grayscale: #7A7A7A. Windows color (decimal): -2337976 or 4740060. OLE color: 4740060.

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

Color convert

RGB 220 83 72 -
CMYK 0 0.62 0.67 0.14
HSL 4.46º 0.68% 0.57% -
HSV(B) 4.46º 0.67% 0.86% -
XYZ 33.78 21.87 8.57 -
YUV 122.71 99.39 197.39 -
System Red Green Blue C M Y K H S L
Decimal 220 83 72 0 0.62 0.67 0.14 4.46 0.68 0.57
Hex DC 53 48 0 3E 43 E 4 44 39
Octal 334 123 110 0 76 103 16 4 104 71
Binary 11011100 1010011 1001000 0 111110 1000011 1110 100 1000100 111001

Color Harmonies of #DC5348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5348

Black with #DC5348

Text Example


Text Example

White with #DC5348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5348; }

 p { color: rgb(220,83,72); }

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

background-color css

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

 a { background-color: rgb(220,83,72); }

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

border-color css

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

 span { border-color: rgb(220,83,72); }

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