Html Css Color HEX #DC6970 Froly

📋 copy color: '#DC6970'

red 220 ◦ green 105 ◦ blue 112

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

Shades of Froly #DC6970

Tints of Froly #DC6970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.03%

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

R = 50.34%
G = 24.03%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC6970 (or 0xDC6970) is known color: Froly. HEX triplet: DC, 69 and 70. RGB value is (220,105,112). Sum of RGB (Red+Green+Blue) = 220+105+112=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6970 is #23968F. Grayscale: #8C8C8C. Windows color (decimal): -2332304 or 7367132. OLE color: 7367132.

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

Color convert

RGB 220 105 112 -
CMYK 0 0.52 0.49 0.14
HSL 356.35º 0.62% 0.64% -
HSV(B) 356.35º 0.52% 0.86% -
XYZ 37.49 26.49 18.47 -
YUV 140.18 112.1 184.93 -
System Red Green Blue C M Y K H S L
Decimal 220 105 112 0 0.52 0.49 0.14 356.35 0.62 0.64
Hex DC 69 70 0 34 31 E 164 3E 40
Octal 334 151 160 0 64 61 16 544 76 100
Binary 11011100 1101001 1110000 0 110100 110001 1110 101100100 111110 1000000

Color Harmonies of #DC6970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6970

Black with #DC6970

Text Example


Text Example

White with #DC6970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6970; }

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

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

background-color css

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

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

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

border-color css

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

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

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