Html Css Color HEX #DC604A Flamingo

📋 copy color: '#DC604A'

red 220 ◦ green 96 ◦ blue 74

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

Shades of Flamingo #DC604A

Tints of Flamingo #DC604A

RGB

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

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

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

R = 56.41%
G = 24.62%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC604A (or 0xDC604A) is known color: Flamingo. HEX triplet: DC, 60 and 4A. RGB value is (220,96,74). Sum of RGB (Red+Green+Blue) = 220+96+74=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC604A is #239FB5. Grayscale: #828282. Windows color (decimal): -2334646 or 4874460. OLE color: 4874460.

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

Color convert

RGB 220 96 74 -
CMYK 0 0.56 0.66 0.14
HSL 9.04º 0.68% 0.58% -
HSV(B) 9.04º 0.66% 0.86% -
XYZ 34.93 24.08 9.28 -
YUV 130.57 96.08 191.79 -
System Red Green Blue C M Y K H S L
Decimal 220 96 74 0 0.56 0.66 0.14 9.04 0.68 0.58
Hex DC 60 4A 0 38 42 E 9 44 3A
Octal 334 140 112 0 70 102 16 11 104 72
Binary 11011100 1100000 1001010 0 111000 1000010 1110 1001 1000100 111010

Color Harmonies of #DC604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC604A

Black with #DC604A

Text Example


Text Example

White with #DC604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC604A; }

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

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

background-color css

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

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

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

border-color css

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

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

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