Html Css Color HEX #DC6376 Froly

📋 copy color: '#DC6376'

red 220 ◦ green 99 ◦ blue 118

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

Shades of Froly #DC6376

Tints of Froly #DC6376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.65%

 BLUE value IS 118 (46.48% from 255) = 27%

R = 50.34%
G = 22.65%
B = 27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC6376 (or 0xDC6376) is known color: Froly. HEX triplet: DC, 63 and 76. RGB value is (220,99,118). Sum of RGB (Red+Green+Blue) = 220+99+118=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6376 is #239C89. Grayscale: #898989. Windows color (decimal): -2333834 or 7758812. OLE color: 7758812.

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

Color convert

RGB 220 99 118 -
CMYK 0 0.55 0.46 0.14
HSL 350.58º 0.63% 0.63% -
HSV(B) 350.58º 0.55% 0.86% -
XYZ 37.25 25.45 20.09 -
YUV 137.35 117.09 186.96 -
System Red Green Blue C M Y K H S L
Decimal 220 99 118 0 0.55 0.46 0.14 350.58 0.63 0.63
Hex DC 63 76 0 37 2E E 15F 3F 3F
Octal 334 143 166 0 67 56 16 537 77 77
Binary 11011100 1100011 1110110 0 110111 101110 1110 101011111 111111 111111

Color Harmonies of #DC6376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6376

Black with #DC6376

Text Example


Text Example

White with #DC6376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6376; }

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

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

background-color css

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

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

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

border-color css

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

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

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