Html Css Color HEX #DC604E Flamingo

📋 copy color: '#DC604E'

red 220 ◦ green 96 ◦ blue 78

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

Shades of Flamingo #DC604E

Tints of Flamingo #DC604E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.37%

 BLUE value IS 78 (30.86% from 255) = 19.8%

R = 55.84%
G = 24.37%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC604E (or 0xDC604E) is known color: Flamingo. HEX triplet: DC, 60 and 4E. RGB value is (220,96,78). Sum of RGB (Red+Green+Blue) = 220+96+78=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC604E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC604E is #239FB1. Grayscale: #838383. Windows color (decimal): -2334642 or 5136604. OLE color: 5136604.

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

Color convert

RGB 220 96 78 -
CMYK 0 0.56 0.65 0.14
HSL 7.61º 0.67% 0.58% -
HSV(B) 7.61º 0.65% 0.86% -
XYZ 35.07 24.13 10.02 -
YUV 131.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 220 96 78 0 0.56 0.65 0.14 7.61 0.67 0.58
Hex DC 60 4E 0 38 41 E 8 43 3A
Octal 334 140 116 0 70 101 16 10 103 72
Binary 11011100 1100000 1001110 0 111000 1000001 1110 1000 1000011 111010

Color Harmonies of #DC604E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC604E

Black with #DC604E

Text Example


Text Example

White with #DC604E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC604E; }

 p { color: rgb(220,96,78); }

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

background-color css

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

 a { background-color: rgb(220,96,78); }

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

border-color css

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

 span { border-color: rgb(220,96,78); }

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