Html Css Color HEX #DC5848 Valencia

📋 copy color: '#DC5848'

red 220 ◦ green 88 ◦ blue 72

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

Shades of Valencia #DC5848

Tints of Valencia #DC5848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.16%

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

R = 57.89%
G = 23.16%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC5848 (or 0xDC5848) is known color: Valencia. HEX triplet: DC, 58 and 48. RGB value is (220,88,72). Sum of RGB (Red+Green+Blue) = 220+88+72=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5848 is #23A7B7. Grayscale: #7D7D7D. Windows color (decimal): -2336696 or 4741340. OLE color: 4741340.

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

Color convert

RGB 220 88 72 -
CMYK 0 0.6 0.67 0.14
HSL 6.49º 0.68% 0.57% -
HSV(B) 6.49º 0.67% 0.86% -
XYZ 34.17 22.66 8.7 -
YUV 125.64 97.73 195.3 -
System Red Green Blue C M Y K H S L
Decimal 220 88 72 0 0.6 0.67 0.14 6.49 0.68 0.57
Hex DC 58 48 0 3C 43 E 6 44 39
Octal 334 130 110 0 74 103 16 6 104 71
Binary 11011100 1011000 1001000 0 111100 1000011 1110 110 1000100 111001

Color Harmonies of #DC5848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5848

Black with #DC5848

Text Example


Text Example

White with #DC5848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5848; }

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

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

background-color css

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

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

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

border-color css

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

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

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