Html Css Color HEX #DC606E Froly

📋 copy color: '#DC606E'

red 220 ◦ green 96 ◦ blue 110

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

Shades of Froly #DC606E

Tints of Froly #DC606E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.82%

R = 51.64%
G = 22.54%
B = 25.82%

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

#DC606E (or 0xDC606E) is known color: Froly. HEX triplet: DC, 60 and 6E. RGB value is (220,96,110). Sum of RGB (Red+Green+Blue) = 220+96+110=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC606E is #239F91. Grayscale: #868686. Windows color (decimal): -2334610 or 7233756. OLE color: 7233756.

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

Color convert

RGB 220 96 110 -
CMYK 0 0.56 0.50 0.14
HSL 353.23º 0.64% 0.62% -
HSV(B) 353.23º 0.56% 0.86% -
XYZ 36.51 24.71 17.6 -
YUV 134.67 114.08 188.86 -
System Red Green Blue C M Y K H S L
Decimal 220 96 110 0 0.56 0.50 0.14 353.23 0.64 0.62
Hex DC 60 6E 0 38 32 E 161 40 3E
Octal 334 140 156 0 70 62 16 541 100 76
Binary 11011100 1100000 1101110 0 111000 110010 1110 101100001 1000000 111110

Color Harmonies of #DC606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC606E

Black with #DC606E

Text Example


Text Example

White with #DC606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC606E; }

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

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

background-color css

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

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

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

border-color css

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

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

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