Html Css Color HEX #DC676C Froly

📋 copy color: '#DC676C'

red 220 ◦ green 103 ◦ blue 108

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

Shades of Froly #DC676C

Tints of Froly #DC676C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.9%

 BLUE value IS 108 (42.58% from 255) = 25.06%

R = 51.04%
G = 23.9%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC676C (or 0xDC676C) is known color: Froly. HEX triplet: DC, 67 and 6C. RGB value is (220,103,108). Sum of RGB (Red+Green+Blue) = 220+103+108=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC676C is #239893. Grayscale: #8A8A8A. Windows color (decimal): -2332820 or 7104476. OLE color: 7104476.

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

Color convert

RGB 220 103 108 -
CMYK 0 0.53 0.51 0.14
HSL 357.44º 0.63% 0.63% -
HSV(B) 357.44º 0.53% 0.86% -
XYZ 37.07 26 17.25 -
YUV 138.55 110.76 186.09 -
System Red Green Blue C M Y K H S L
Decimal 220 103 108 0 0.53 0.51 0.14 357.44 0.63 0.63
Hex DC 67 6C 0 35 33 E 165 3F 3F
Octal 334 147 154 0 65 63 16 545 77 77
Binary 11011100 1100111 1101100 0 110101 110011 1110 101100101 111111 111111

Color Harmonies of #DC676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC676C

Black with #DC676C

Text Example


Text Example

White with #DC676C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC676C; }

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

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

background-color css

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

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

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

border-color css

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

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

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