Html Css Color HEX #DC666D Froly

📋 copy color: '#DC666D'

red 220 ◦ green 102 ◦ blue 109

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

Shades of Froly #DC666D

Tints of Froly #DC666D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.67%

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

R = 51.04%
G = 23.67%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC666D (or 0xDC666D) is known color: Froly. HEX triplet: DC, 66 and 6D. RGB value is (220,102,109). Sum of RGB (Red+Green+Blue) = 220+102+109=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC666D is #239992. Grayscale: #8A8A8A. Windows color (decimal): -2333075 or 7169756. OLE color: 7169756.

HSL color Cylindrical-coordinate representation of color #DC666D: hue angle of 356.44º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC666D is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 102 109 -
CMYK 0 0.54 0.50 0.14
HSL 356.44º 0.63% 0.63% -
HSV(B) 356.44º 0.54% 0.86% -
XYZ 37.03 25.82 17.5 -
YUV 138.08 111.59 186.43 -
System Red Green Blue C M Y K H S L
Decimal 220 102 109 0 0.54 0.50 0.14 356.44 0.63 0.63
Hex DC 66 6D 0 36 32 E 164 3F 3F
Octal 334 146 155 0 66 62 16 544 77 77
Binary 11011100 1100110 1101101 0 110110 110010 1110 101100100 111111 111111

Color Harmonies of #DC666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC666D

Black with #DC666D

Text Example


Text Example

White with #DC666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC666D; }

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

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

background-color css

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

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

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

border-color css

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

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

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