Html Css Color HEX #DC6B76 Froly

📋 copy color: '#DC6B76'

red 220 ◦ green 107 ◦ blue 118

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

Shades of Froly #DC6B76

Tints of Froly #DC6B76

RGB

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

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

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

R = 49.44%
G = 24.04%
B = 26.52%

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

#DC6B76 (or 0xDC6B76) is known color: Froly. HEX triplet: DC, 6B and 76. RGB value is (220,107,118). Sum of RGB (Red+Green+Blue) = 220+107+118=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6B76 is #239489. Grayscale: #8E8E8E. Windows color (decimal): -2331786 or 7760860. OLE color: 7760860.

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

Color convert

RGB 220 107 118 -
CMYK 0 0.51 0.46 0.14
HSL 354.16º 0.62% 0.64% -
HSV(B) 354.16º 0.51% 0.86% -
XYZ 38.04 27.04 20.35 -
YUV 142.04 114.44 183.61 -
System Red Green Blue C M Y K H S L
Decimal 220 107 118 0 0.51 0.46 0.14 354.16 0.62 0.64
Hex DC 6B 76 0 33 2E E 162 3E 40
Octal 334 153 166 0 63 56 16 542 76 100
Binary 11011100 1101011 1110110 0 110011 101110 1110 101100010 111110 1000000

Color Harmonies of #DC6B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B76

Black with #DC6B76

Text Example


Text Example

White with #DC6B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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