Html Css Color HEX #DC624C Flamingo

📋 copy color: '#DC624C'

red 220 ◦ green 98 ◦ blue 76

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

Shades of Flamingo #DC624C

Tints of Flamingo #DC624C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.87%

 BLUE value IS 76 (30.08% from 255) = 19.29%

R = 55.84%
G = 24.87%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC624C (or 0xDC624C) is known color: Flamingo. HEX triplet: DC, 62 and 4C. RGB value is (220,98,76). Sum of RGB (Red+Green+Blue) = 220+98+76=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC624C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC624C is #239DB3. Grayscale: #848484. Windows color (decimal): -2334132 or 5006044. OLE color: 5006044.

HSL color Cylindrical-coordinate representation of color #DC624C: hue angle of 9.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC624C is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 98 76 -
CMYK 0 0.55 0.65 0.14
HSL 9.17º 0.67% 0.58% -
HSV(B) 9.17º 0.65% 0.86% -
XYZ 35.19 24.47 9.71 -
YUV 131.97 96.42 190.79 -
System Red Green Blue C M Y K H S L
Decimal 220 98 76 0 0.55 0.65 0.14 9.17 0.67 0.58
Hex DC 62 4C 0 37 41 E 9 43 3A
Octal 334 142 114 0 67 101 16 11 103 72
Binary 11011100 1100010 1001100 0 110111 1000001 1110 1001 1000011 111010

Color Harmonies of #DC624C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC624C

Black with #DC624C

Text Example


Text Example

White with #DC624C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC624C; }

 p { color: rgb(220,98,76); }

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

background-color css

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

 a { background-color: rgb(220,98,76); }

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

border-color css

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

 span { border-color: rgb(220,98,76); }

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