Html Css Color HEX #DC5F48 Flamingo

📋 copy color: '#DC5F48'

red 220 ◦ green 95 ◦ blue 72

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

Shades of Flamingo #DC5F48

Tints of Flamingo #DC5F48

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.55%

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

R = 56.85%
G = 24.55%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC5F48 (or 0xDC5F48) is known color: Flamingo. HEX triplet: DC, 5F and 48. RGB value is (220,95,72). Sum of RGB (Red+Green+Blue) = 220+95+72=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5F48 is #23A0B7. Grayscale: #818181. Windows color (decimal): -2334904 or 4743132. OLE color: 4743132.

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

Color convert

RGB 220 95 72 -
CMYK 0 0.57 0.67 0.14
HSL 9.32º 0.68% 0.57% -
HSV(B) 9.32º 0.67% 0.86% -
XYZ 34.78 23.87 8.9 -
YUV 129.75 95.41 192.37 -
System Red Green Blue C M Y K H S L
Decimal 220 95 72 0 0.57 0.67 0.14 9.32 0.68 0.57
Hex DC 5F 48 0 39 43 E 9 44 39
Octal 334 137 110 0 71 103 16 11 104 71
Binary 11011100 1011111 1001000 0 111001 1000011 1110 1001 1000100 111001

Color Harmonies of #DC5F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F48

Black with #DC5F48

Text Example


Text Example

White with #DC5F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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