Html Css Color HEX #DC5852 Valencia

📋 copy color: '#DC5852'

red 220 ◦ green 88 ◦ blue 82

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

Shades of Valencia #DC5852

Tints of Valencia #DC5852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.03%

R = 56.41%
G = 22.56%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC5852 (or 0xDC5852) is known color: Valencia. HEX triplet: DC, 58 and 52. RGB value is (220,88,82). Sum of RGB (Red+Green+Blue) = 220+88+82=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5852 is #23A7AD. Grayscale: #7E7E7E. Windows color (decimal): -2336686 or 5396700. OLE color: 5396700.

HSL color Cylindrical-coordinate representation of color #DC5852: hue angle of 2.61º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5852 is Cyan = 0, Magento = 0.6, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 88 82 -
CMYK 0 0.6 0.63 0.14
HSL 2.61º 0.66% 0.59% -
HSV(B) 2.61º 0.63% 0.86% -
XYZ 34.53 22.8 10.56 -
YUV 126.78 102.73 194.49 -
System Red Green Blue C M Y K H S L
Decimal 220 88 82 0 0.6 0.63 0.14 2.61 0.66 0.59
Hex DC 58 52 0 3C 3F E 3 42 3B
Octal 334 130 122 0 74 77 16 3 102 73
Binary 11011100 1011000 1010010 0 111100 111111 1110 11 1000010 111011

Color Harmonies of #DC5852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5852

Black with #DC5852

Text Example


Text Example

White with #DC5852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5852; }

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

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

background-color css

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

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

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

border-color css

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

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

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