Html Css Color HEX #DC6B6D Froly

📋 copy color: '#DC6B6D'

red 220 ◦ green 107 ◦ blue 109

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

Shades of Froly #DC6B6D

Tints of Froly #DC6B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25%

R = 50.46%
G = 24.54%
B = 25%

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

#DC6B6D (or 0xDC6B6D) is known color: Froly. HEX triplet: DC, 6B and 6D. RGB value is (220,107,109). Sum of RGB (Red+Green+Blue) = 220+107+109=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6B6D is #239492. Grayscale: #8D8D8D. Windows color (decimal): -2331795 or 7171036. OLE color: 7171036.

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

Color convert

RGB 220 107 109 -
CMYK 0 0.51 0.50 0.14
HSL 358.94º 0.62% 0.64% -
HSV(B) 358.94º 0.51% 0.86% -
XYZ 37.53 26.84 17.67 -
YUV 141.02 109.94 184.34 -
System Red Green Blue C M Y K H S L
Decimal 220 107 109 0 0.51 0.50 0.14 358.94 0.62 0.64
Hex DC 6B 6D 0 33 32 E 167 3E 40
Octal 334 153 155 0 63 62 16 547 76 100
Binary 11011100 1101011 1101101 0 110011 110010 1110 101100111 111110 1000000

Color Harmonies of #DC6B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B6D

Black with #DC6B6D

Text Example


Text Example

White with #DC6B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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