Html Css Color HEX #DC666E Froly

📋 copy color: '#DC666E'

red 220 ◦ green 102 ◦ blue 110

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

Shades of Froly #DC666E

Tints of Froly #DC666E

RGB

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

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

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

R = 50.93%
G = 23.61%
B = 25.46%

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

#DC666E (or 0xDC666E) is known color: Froly. HEX triplet: DC, 66 and 6E. RGB value is (220,102,110). Sum of RGB (Red+Green+Blue) = 220+102+110=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC666E is #239991. Grayscale: #8A8A8A. Windows color (decimal): -2333074 or 7235292. OLE color: 7235292.

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

Color convert

RGB 220 102 110 -
CMYK 0 0.54 0.50 0.14
HSL 355.93º 0.63% 0.63% -
HSV(B) 355.93º 0.54% 0.86% -
XYZ 37.08 25.84 17.79 -
YUV 138.19 112.09 186.35 -
System Red Green Blue C M Y K H S L
Decimal 220 102 110 0 0.54 0.50 0.14 355.93 0.63 0.63
Hex DC 66 6E 0 36 32 E 164 3F 3F
Octal 334 146 156 0 66 62 16 544 77 77
Binary 11011100 1100110 1101110 0 110110 110010 1110 101100100 111111 111111

Color Harmonies of #DC666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC666E

Black with #DC666E

Text Example


Text Example

White with #DC666E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC666E; }

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

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

background-color css

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

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

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

border-color css

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

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

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