Html Css Color HEX #DC6C77 Froly

📋 copy color: '#DC6C77'

red 220 ◦ green 108 ◦ blue 119

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

Shades of Froly #DC6C77

Tints of Froly #DC6C77

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.16%

 BLUE value IS 119 (46.88% from 255) = 26.62%

R = 49.22%
G = 24.16%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC6C77 (or 0xDC6C77) is known color: Froly. HEX triplet: DC, 6C and 77. RGB value is (220,108,119). Sum of RGB (Red+Green+Blue) = 220+108+119=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6C77 is #239388. Grayscale: #8E8E8E. Windows color (decimal): -2331529 or 7826652. OLE color: 7826652.

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

Color convert

RGB 220 108 119 -
CMYK 0 0.51 0.46 0.14
HSL 354.11º 0.62% 0.64% -
HSV(B) 354.11º 0.51% 0.86% -
XYZ 38.21 27.27 20.7 -
YUV 142.74 114.61 183.11 -
System Red Green Blue C M Y K H S L
Decimal 220 108 119 0 0.51 0.46 0.14 354.11 0.62 0.64
Hex DC 6C 77 0 33 2E E 162 3E 40
Octal 334 154 167 0 63 56 16 542 76 100
Binary 11011100 1101100 1110111 0 110011 101110 1110 101100010 111110 1000000

Color Harmonies of #DC6C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C77

Black with #DC6C77

Text Example


Text Example

White with #DC6C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C77; }

 p { color: rgb(220,108,119); }

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

background-color css

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

 a { background-color: rgb(220,108,119); }

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

border-color css

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

 span { border-color: rgb(220,108,119); }

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