Html Css Color HEX #DC6B6E Froly

📋 copy color: '#DC6B6E'

red 220 ◦ green 107 ◦ blue 110

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

Shades of Froly #DC6B6E

Tints of Froly #DC6B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.17%

R = 50.34%
G = 24.49%
B = 25.17%

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

#DC6B6E (or 0xDC6B6E) is known color: Froly. HEX triplet: DC, 6B and 6E. RGB value is (220,107,110). Sum of RGB (Red+Green+Blue) = 220+107+110=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6B6E is #239491. Grayscale: #8D8D8D. Windows color (decimal): -2331794 or 7236572. OLE color: 7236572.

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

Color convert

RGB 220 107 110 -
CMYK 0 0.51 0.50 0.14
HSL 358.41º 0.62% 0.64% -
HSV(B) 358.41º 0.51% 0.86% -
XYZ 37.59 26.86 17.95 -
YUV 141.13 110.44 184.26 -
System Red Green Blue C M Y K H S L
Decimal 220 107 110 0 0.51 0.50 0.14 358.41 0.62 0.64
Hex DC 6B 6E 0 33 32 E 166 3E 40
Octal 334 153 156 0 63 62 16 546 76 100
Binary 11011100 1101011 1101110 0 110011 110010 1110 101100110 111110 1000000

Color Harmonies of #DC6B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B6E

Black with #DC6B6E

Text Example


Text Example

White with #DC6B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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