Html Css Color HEX #DC6170 Froly

📋 copy color: '#DC6170'

red 220 ◦ green 97 ◦ blue 112

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

Shades of Froly #DC6170

Tints of Froly #DC6170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.61%

 BLUE value IS 112 (44.14% from 255) = 26.11%

R = 51.28%
G = 22.61%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC6170 (or 0xDC6170) is known color: Froly. HEX triplet: DC, 61 and 70. RGB value is (220,97,112). Sum of RGB (Red+Green+Blue) = 220+97+112=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6170 is #239E8F. Grayscale: #878787. Windows color (decimal): -2334352 or 7365084. OLE color: 7365084.

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

Color convert

RGB 220 97 112 -
CMYK 0 0.56 0.49 0.14
HSL 352.68º 0.64% 0.62% -
HSV(B) 352.68º 0.56% 0.86% -
XYZ 36.71 24.93 18.21 -
YUV 135.49 114.75 188.28 -
System Red Green Blue C M Y K H S L
Decimal 220 97 112 0 0.56 0.49 0.14 352.68 0.64 0.62
Hex DC 61 70 0 38 31 E 161 40 3E
Octal 334 141 160 0 70 61 16 541 100 76
Binary 11011100 1100001 1110000 0 111000 110001 1110 101100001 1000000 111110

Color Harmonies of #DC6170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6170

Black with #DC6170

Text Example


Text Example

White with #DC6170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6170; }

 p { color: rgb(220,97,112); }

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

background-color css

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

 a { background-color: rgb(220,97,112); }

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

border-color css

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

 span { border-color: rgb(220,97,112); }

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