Html Css Color HEX #DC624F Flamingo

📋 copy color: '#DC624F'

red 220 ◦ green 98 ◦ blue 79

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

Shades of Flamingo #DC624F

Tints of Flamingo #DC624F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.9%

R = 55.42%
G = 24.69%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC624F (or 0xDC624F) is known color: Flamingo. HEX triplet: DC, 62 and 4F. RGB value is (220,98,79). Sum of RGB (Red+Green+Blue) = 220+98+79=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC624F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC624F is #239DB0. Grayscale: #848484. Windows color (decimal): -2334129 or 5202652. OLE color: 5202652.

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

Color convert

RGB 220 98 79 -
CMYK 0 0.55 0.64 0.14
HSL 8.09º 0.67% 0.59% -
HSV(B) 8.09º 0.64% 0.86% -
XYZ 35.29 24.52 10.27 -
YUV 132.31 97.92 190.54 -
System Red Green Blue C M Y K H S L
Decimal 220 98 79 0 0.55 0.64 0.14 8.09 0.67 0.59
Hex DC 62 4F 0 37 40 E 8 43 3B
Octal 334 142 117 0 67 100 16 10 103 73
Binary 11011100 1100010 1001111 0 110111 1000000 1110 1000 1000011 111011

Color Harmonies of #DC624F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC624F

Black with #DC624F

Text Example


Text Example

White with #DC624F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC624F; }

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

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

background-color css

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

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

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

border-color css

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

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

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