Html Css Color HEX #DC767C Froly

📋 copy color: '#DC767C'

red 220 ◦ green 118 ◦ blue 124

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

Shades of Froly #DC767C

Tints of Froly #DC767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.54%

 BLUE value IS 124 (48.83% from 255) = 26.84%

R = 47.62%
G = 25.54%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC767C (or 0xDC767C) is known color: Froly. HEX triplet: DC, 76 and 7C. RGB value is (220,118,124). Sum of RGB (Red+Green+Blue) = 220+118+124=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC767C is #238983. Grayscale: #959595. Windows color (decimal): -2328964 or 8156892. OLE color: 8156892.

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

Color convert

RGB 220 118 124 -
CMYK 0 0.46 0.44 0.14
HSL 356.47º 0.59% 0.66% -
HSV(B) 356.47º 0.46% 0.86% -
XYZ 39.63 29.63 22.7 -
YUV 149.18 113.79 178.51 -
System Red Green Blue C M Y K H S L
Decimal 220 118 124 0 0.46 0.44 0.14 356.47 0.59 0.66
Hex DC 76 7C 0 2E 2C E 164 3B 42
Octal 334 166 174 0 56 54 16 544 73 102
Binary 11011100 1110110 1111100 0 101110 101100 1110 101100100 111011 1000010

Color Harmonies of #DC767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC767C

Black with #DC767C

Text Example


Text Example

White with #DC767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC767C; }

 p { color: rgb(220,118,124); }

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

background-color css

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

 a { background-color: rgb(220,118,124); }

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

border-color css

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

 span { border-color: rgb(220,118,124); }

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