Html Css Color HEX #DC624A Flamingo

📋 copy color: '#DC624A'

red 220 ◦ green 98 ◦ blue 74

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

Shades of Flamingo #DC624A

Tints of Flamingo #DC624A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.88%

R = 56.12%
G = 25%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC624A (or 0xDC624A) is known color: Flamingo. HEX triplet: DC, 62 and 4A. RGB value is (220,98,74). Sum of RGB (Red+Green+Blue) = 220+98+74=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC624A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC624A is #239DB5. Grayscale: #838383. Windows color (decimal): -2334134 or 4874972. OLE color: 4874972.

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

Color convert

RGB 220 98 74 -
CMYK 0 0.55 0.66 0.14
HSL 9.86º 0.68% 0.58% -
HSV(B) 9.86º 0.66% 0.86% -
XYZ 35.12 24.45 9.35 -
YUV 131.74 95.42 190.95 -
System Red Green Blue C M Y K H S L
Decimal 220 98 74 0 0.55 0.66 0.14 9.86 0.68 0.58
Hex DC 62 4A 0 37 42 E A 44 3A
Octal 334 142 112 0 67 102 16 12 104 72
Binary 11011100 1100010 1001010 0 110111 1000010 1110 1010 1000100 111010

Color Harmonies of #DC624A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC624A

Black with #DC624A

Text Example


Text Example

White with #DC624A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC624A; }

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

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

background-color css

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

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

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

border-color css

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

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

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