Html Css Color HEX #DC606A Froly

📋 copy color: '#DC606A'

red 220 ◦ green 96 ◦ blue 106

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

Shades of Froly #DC606A

Tints of Froly #DC606A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.12%

R = 52.13%
G = 22.75%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC606A (or 0xDC606A) is known color: Froly. HEX triplet: DC, 60 and 6A. RGB value is (220,96,106). Sum of RGB (Red+Green+Blue) = 220+96+106=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC606A is #239F95. Grayscale: #868686. Windows color (decimal): -2334614 or 6971612. OLE color: 6971612.

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

Color convert

RGB 220 96 106 -
CMYK 0 0.56 0.52 0.14
HSL 355.16º 0.64% 0.62% -
HSV(B) 355.16º 0.56% 0.86% -
XYZ 36.3 24.62 16.47 -
YUV 134.22 112.08 189.19 -
System Red Green Blue C M Y K H S L
Decimal 220 96 106 0 0.56 0.52 0.14 355.16 0.64 0.62
Hex DC 60 6A 0 38 34 E 163 40 3E
Octal 334 140 152 0 70 64 16 543 100 76
Binary 11011100 1100000 1101010 0 111000 110100 1110 101100011 1000000 111110

Color Harmonies of #DC606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC606A

Black with #DC606A

Text Example


Text Example

White with #DC606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC606A; }

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

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

background-color css

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

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

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

border-color css

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

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

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