Html Css Color HEX #DC606D Froly

📋 copy color: '#DC606D'

red 220 ◦ green 96 ◦ blue 109

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

Shades of Froly #DC606D

Tints of Froly #DC606D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.65%

R = 51.76%
G = 22.59%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC606D (or 0xDC606D) is known color: Froly. HEX triplet: DC, 60 and 6D. RGB value is (220,96,109). Sum of RGB (Red+Green+Blue) = 220+96+109=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC606D is #239F92. Grayscale: #868686. Windows color (decimal): -2334611 or 7168220. OLE color: 7168220.

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

Color convert

RGB 220 96 109 -
CMYK 0 0.56 0.50 0.14
HSL 353.71º 0.64% 0.62% -
HSV(B) 353.71º 0.56% 0.86% -
XYZ 36.46 24.69 17.31 -
YUV 134.56 113.58 188.94 -
System Red Green Blue C M Y K H S L
Decimal 220 96 109 0 0.56 0.50 0.14 353.71 0.64 0.62
Hex DC 60 6D 0 38 32 E 162 40 3E
Octal 334 140 155 0 70 62 16 542 100 76
Binary 11011100 1100000 1101101 0 111000 110010 1110 101100010 1000000 111110

Color Harmonies of #DC606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC606D

Black with #DC606D

Text Example


Text Example

White with #DC606D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC606D; }

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

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

background-color css

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

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

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

border-color css

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

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

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