Html Css Color HEX #DC6B77 Froly

📋 copy color: '#DC6B77'

red 220 ◦ green 107 ◦ blue 119

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

Shades of Froly #DC6B77

Tints of Froly #DC6B77

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.99%

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

R = 49.33%
G = 23.99%
B = 26.68%

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

#DC6B77 (or 0xDC6B77) is known color: Froly. HEX triplet: DC, 6B and 77. RGB value is (220,107,119). Sum of RGB (Red+Green+Blue) = 220+107+119=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6B77 is #239488. Grayscale: #8E8E8E. Windows color (decimal): -2331785 or 7826396. OLE color: 7826396.

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

Color convert

RGB 220 107 119 -
CMYK 0 0.51 0.46 0.14
HSL 353.63º 0.62% 0.64% -
HSV(B) 353.63º 0.51% 0.86% -
XYZ 38.1 27.06 20.67 -
YUV 142.16 114.94 183.52 -
System Red Green Blue C M Y K H S L
Decimal 220 107 119 0 0.51 0.46 0.14 353.63 0.62 0.64
Hex DC 6B 77 0 33 2E E 162 3E 40
Octal 334 153 167 0 63 56 16 542 76 100
Binary 11011100 1101011 1110111 0 110011 101110 1110 101100010 111110 1000000

Color Harmonies of #DC6B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B77

Black with #DC6B77

Text Example


Text Example

White with #DC6B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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