Html Css Color HEX #DC5D52 Flamingo

📋 copy color: '#DC5D52'

red 220 ◦ green 93 ◦ blue 82

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

Shades of Flamingo #DC5D52

Tints of Flamingo #DC5D52

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.54%

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

R = 55.7%
G = 23.54%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC5D52 (or 0xDC5D52) is known color: Flamingo. HEX triplet: DC, 5D and 52. RGB value is (220,93,82). Sum of RGB (Red+Green+Blue) = 220+93+82=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5D52 is #23A2AD. Grayscale: #818181. Windows color (decimal): -2335406 or 5397980. OLE color: 5397980.

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

Color convert

RGB 220 93 82 -
CMYK 0 0.58 0.63 0.14
HSL 4.78º 0.66% 0.59% -
HSV(B) 4.78º 0.63% 0.86% -
XYZ 34.95 23.65 10.71 -
YUV 129.72 101.08 192.39 -
System Red Green Blue C M Y K H S L
Decimal 220 93 82 0 0.58 0.63 0.14 4.78 0.66 0.59
Hex DC 5D 52 0 3A 3F E 5 42 3B
Octal 334 135 122 0 72 77 16 5 102 73
Binary 11011100 1011101 1010010 0 111010 111111 1110 101 1000010 111011

Color Harmonies of #DC5D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D52

Black with #DC5D52

Text Example


Text Example

White with #DC5D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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