Html Css Color HEX #DC624D Flamingo

📋 copy color: '#DC624D'

red 220 ◦ green 98 ◦ blue 77

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

Shades of Flamingo #DC624D

Tints of Flamingo #DC624D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.49%

R = 55.7%
G = 24.81%
B = 19.49%

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

#DC624D (or 0xDC624D) is known color: Flamingo. HEX triplet: DC, 62 and 4D. RGB value is (220,98,77). Sum of RGB (Red+Green+Blue) = 220+98+77=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC624D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC624D is #239DB2. Grayscale: #848484. Windows color (decimal): -2334131 or 5071580. OLE color: 5071580.

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

Color convert

RGB 220 98 77 -
CMYK 0 0.55 0.65 0.14
HSL 8.81º 0.67% 0.58% -
HSV(B) 8.81º 0.65% 0.86% -
XYZ 35.22 24.49 9.89 -
YUV 132.08 96.92 190.71 -
System Red Green Blue C M Y K H S L
Decimal 220 98 77 0 0.55 0.65 0.14 8.81 0.67 0.58
Hex DC 62 4D 0 37 41 E 9 43 3A
Octal 334 142 115 0 67 101 16 11 103 72
Binary 11011100 1100010 1001101 0 110111 1000001 1110 1001 1000011 111010

Color Harmonies of #DC624D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC624D

Black with #DC624D

Text Example


Text Example

White with #DC624D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC624D; }

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

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

background-color css

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

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

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

border-color css

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

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

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