Html Css Color HEX #DC6B6F Froly

📋 copy color: '#DC6B6F'

red 220 ◦ green 107 ◦ blue 111

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

Shades of Froly #DC6B6F

Tints of Froly #DC6B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.34%

R = 50.23%
G = 24.43%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC6B6F (or 0xDC6B6F) is known color: Froly. HEX triplet: DC, 6B and 6F. RGB value is (220,107,111). Sum of RGB (Red+Green+Blue) = 220+107+111=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6B6F is #239490. Grayscale: #8D8D8D. Windows color (decimal): -2331793 or 7302108. OLE color: 7302108.

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

Color convert

RGB 220 107 111 -
CMYK 0 0.51 0.50 0.14
HSL 357.88º 0.62% 0.64% -
HSV(B) 357.88º 0.51% 0.86% -
XYZ 37.64 26.88 18.24 -
YUV 141.24 110.94 184.17 -
System Red Green Blue C M Y K H S L
Decimal 220 107 111 0 0.51 0.50 0.14 357.88 0.62 0.64
Hex DC 6B 6F 0 33 32 E 166 3E 40
Octal 334 153 157 0 63 62 16 546 76 100
Binary 11011100 1101011 1101111 0 110011 110010 1110 101100110 111110 1000000

Color Harmonies of #DC6B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B6F

Black with #DC6B6F

Text Example


Text Example

White with #DC6B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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