Html Css Color HEX #DC5844 Valencia

📋 copy color: '#DC5844'

red 220 ◦ green 88 ◦ blue 68

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

Shades of Valencia #DC5844

Tints of Valencia #DC5844

RGB

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

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

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

R = 58.51%
G = 23.4%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC5844 (or 0xDC5844) is known color: Valencia. HEX triplet: DC, 58 and 44. RGB value is (220,88,68). Sum of RGB (Red+Green+Blue) = 220+88+68=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5844 is #23A7BB. Grayscale: #7D7D7D. Windows color (decimal): -2336700 or 4479196. OLE color: 4479196.

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

Color convert

RGB 220 88 68 -
CMYK 0 0.6 0.69 0.14
HSL 7.89º 0.68% 0.56% -
HSV(B) 7.89º 0.69% 0.86% -
XYZ 34.05 22.61 8.04 -
YUV 125.19 95.73 195.63 -
System Red Green Blue C M Y K H S L
Decimal 220 88 68 0 0.6 0.69 0.14 7.89 0.68 0.56
Hex DC 58 44 0 3C 45 E 8 44 38
Octal 334 130 104 0 74 105 16 10 104 70
Binary 11011100 1011000 1000100 0 111100 1000101 1110 1000 1000100 111000

Color Harmonies of #DC5844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5844

Black with #DC5844

Text Example


Text Example

White with #DC5844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5844; }

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

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

background-color css

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

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

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

border-color css

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

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

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