Html Css Color HEX #DC6A76 Froly

📋 copy color: '#DC6A76'

red 220 ◦ green 106 ◦ blue 118

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

Shades of Froly #DC6A76

Tints of Froly #DC6A76

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.87%

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

R = 49.55%
G = 23.87%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC6A76 (or 0xDC6A76) is known color: Froly. HEX triplet: DC, 6A and 76. RGB value is (220,106,118). Sum of RGB (Red+Green+Blue) = 220+106+118=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A76 is #239589. Grayscale: #8D8D8D. Windows color (decimal): -2332042 or 7760604. OLE color: 7760604.

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

Color convert

RGB 220 106 118 -
CMYK 0 0.52 0.46 0.14
HSL 353.68º 0.62% 0.64% -
HSV(B) 353.68º 0.52% 0.86% -
XYZ 37.94 26.83 20.32 -
YUV 141.45 114.77 184.02 -
System Red Green Blue C M Y K H S L
Decimal 220 106 118 0 0.52 0.46 0.14 353.68 0.62 0.64
Hex DC 6A 76 0 34 2E E 162 3E 40
Octal 334 152 166 0 64 56 16 542 76 100
Binary 11011100 1101010 1110110 0 110100 101110 1110 101100010 111110 1000000

Color Harmonies of #DC6A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6A76

Black with #DC6A76

Text Example


Text Example

White with #DC6A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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