Html Css Color HEX #DC604F Flamingo

📋 copy color: '#DC604F'

red 220 ◦ green 96 ◦ blue 79

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

Shades of Flamingo #DC604F

Tints of Flamingo #DC604F

RGB

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

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

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

R = 55.7%
G = 24.3%
B = 20%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC604F (or 0xDC604F) is known color: Flamingo. HEX triplet: DC, 60 and 4F. RGB value is (220,96,79). Sum of RGB (Red+Green+Blue) = 220+96+79=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC604F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC604F is #239FB0. Grayscale: #838383. Windows color (decimal): -2334641 or 5202140. OLE color: 5202140.

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

Color convert

RGB 220 96 79 -
CMYK 0 0.56 0.64 0.14
HSL 7.23º 0.67% 0.59% -
HSV(B) 7.23º 0.64% 0.86% -
XYZ 35.11 24.15 10.21 -
YUV 131.14 98.58 191.38 -
System Red Green Blue C M Y K H S L
Decimal 220 96 79 0 0.56 0.64 0.14 7.23 0.67 0.59
Hex DC 60 4F 0 38 40 E 7 43 3B
Octal 334 140 117 0 70 100 16 7 103 73
Binary 11011100 1100000 1001111 0 111000 1000000 1110 111 1000011 111011

Color Harmonies of #DC604F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC604F

Black with #DC604F

Text Example


Text Example

White with #DC604F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC604F; }

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

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

background-color css

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

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

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

border-color css

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

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

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